* automatically update highscores_ids_hidden for users who installed myaac before

* update TODO
This commit is contained in:
slawkens1
2017-12-21 22:08:47 +01:00
parent 412908026d
commit e4110a6981
4 changed files with 44 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.7.3');
define('DATABASE_VERSION', 19);
define('DATABASE_VERSION', 20);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
define('MYAAC_OS', (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? 'WINDOWS' : (strtoupper(PHP_OS) == 'DARWIN' ? 'MAC' : 'LINUX'));