* auto add z_polls table on install

This commit is contained in:
slawkens1
2018-01-14 09:45:16 +01:00
parent eeb09ddce6
commit d17c18cabc
4 changed files with 31 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.7.10-dev');
define('DATABASE_VERSION', 21);
define('DATABASE_VERSION', 22);
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'));