mobmash.click/bin/cron/updateCache.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.";