mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
test phplint
This commit is contained in:
parent
8441dbe007
commit
c061438a35
@ -34,7 +34,8 @@ define('MYAAC_OS', stripos(PHP_OS, 'WIN') === 0 ? 'WINDOWS' : (strtoupper(PHP_OS
|
|||||||
define('IS_CLI', in_array(php_sapi_name(), ['cli', 'phpdb']));
|
define('IS_CLI', in_array(php_sapi_name(), ['cli', 'phpdb']));
|
||||||
|
|
||||||
// account flags
|
// account flags
|
||||||
const FLAG_NONE = 0;
|
// test phplint, should give error as there is no semicolon
|
||||||
|
const FLAG_NONE = 0
|
||||||
const FLAG_ADMIN = 1;
|
const FLAG_ADMIN = 1;
|
||||||
const FLAG_SUPER_ADMIN = 2;
|
const FLAG_SUPER_ADMIN = 2;
|
||||||
const FLAG_SUPER_BOTH = 3;
|
const FLAG_SUPER_BOTH = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user