Move commands and downloads pages into database

Available under "Pages" in Admin Panel
This commit is contained in:
tobi132
2019-12-03 05:18:48 +01:00
parent ba1d52d6dd
commit bc3fd61bde
8 changed files with 43 additions and 229 deletions

View File

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