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