Move items from database to Cache_PHP

This commit is contained in:
tobi132
2019-07-16 19:06:51 +02:00
parent fd91d1fb06
commit bc8f24afad
4 changed files with 29 additions and 40 deletions

View File

@@ -27,7 +27,7 @@ session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.8-dev');
define('DATABASE_VERSION', 23);
define('DATABASE_VERSION', 24);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
define('MYAAC_OS', stripos(PHP_OS, 'WIN') === 0 ? 'WINDOWS' : (strtoupper(PHP_OS) === 'DARWIN' ? 'MAC' : 'LINUX'));