mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-02 12:19:20 +02:00
13 lines
199 B
PHP
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
|
|
};
|
|
|