OK, so phplint is working!

This commit is contained in:
slawkens 2023-03-31 10:23:10 +02:00
parent c061438a35
commit f78f5b5361

View File

@ -34,8 +34,7 @@ define('MYAAC_OS', stripos(PHP_OS, 'WIN') === 0 ? 'WINDOWS' : (strtoupper(PHP_OS
define('IS_CLI', in_array(php_sapi_name(), ['cli', 'phpdb']));
// account flags
// test phplint, should give error as there is no semicolon
const FLAG_NONE = 0
const FLAG_NONE = 0;
const FLAG_ADMIN = 1;
const FLAG_SUPER_ADMIN = 2;
const FLAG_SUPER_BOTH = 3;