mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-01 19:59:21 +02:00
16 lines
242 B
PHP
16 lines
242 B
PHP
<?php
|
|
/**
|
|
* @var OTS_DB_MySQL $db
|
|
*/
|
|
|
|
// 2023-11-11
|
|
// execute highscores_ids_hidden once again, cause of settings
|
|
$up = function () use ($db) {
|
|
require __DIR__ . '/20.php';
|
|
};
|
|
|
|
$down = function () {
|
|
// there is no downgrade for this
|
|
};
|
|
|