forked from Wavyzz/dolibarr
Lowercase NULL, TRUE, FALSE according to PSR2
This commit is contained in:
@@ -32,7 +32,7 @@ if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU',1);
|
||||
if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1);
|
||||
if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||
|
||||
session_cache_limiter(FALSE);
|
||||
session_cache_limiter(false);
|
||||
|
||||
require_once '../../main.inc.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user