mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
9 lines
170 B
PHP
9 lines
170 B
PHP
<?php
|
|
|
|
require_once __DIR__ . "/../../core.php";
|
|
require_once __DIR__ . "/../../lib/updateCache.php";
|
|
|
|
echo "Updating rating cache...\n";
|
|
updateCache();
|
|
|
|
echo "Done.\n";
|