mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
12 lines
No EOL
271 B
PHP
12 lines
No EOL
271 B
PHP
<?php
|
|
|
|
require_once __DIR__ . "/../../core.php";
|
|
require_once __DIR__ . "/../../lib/housekeeping.php";
|
|
|
|
echo "Removing old session IDs from match table...\n";
|
|
removeOldSessionIDs();
|
|
|
|
echo "Removing old audit logs...\n";
|
|
removeOldAuditLogs();
|
|
|
|
echo "Housekeeping done.\n"; |