mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Lowercase NULL, TRUE, FALSE according to PSR2
This commit is contained in:
@@ -35,7 +35,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