2024-09-05 15:34:49 +02:00

13 lines
199 B
PHP

<?php
// 2023-11-11
// execute highscores_ids_hidden once again, cause of settings
$up = function () {
require __DIR__ . '/20.php';
};
$down = function () {
// there is no downgrade for this
};