1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

PHP8 fixes

This commit is contained in:
Cameron
2021-01-06 11:54:51 -08:00
parent 7da26c73b4
commit 96827c6180
3 changed files with 14 additions and 3 deletions

View File

@@ -2026,6 +2026,8 @@ e107::getDebug()->log("Timezone: ".USERTIMEZONE); // remove later on.
define('USEREMAIL', '');
define('USERCLASS_LIST', '253,254,250,251,0'); // needed to run some queries.
define('USERJOINED', '');
define('e_CLASS_REGEXP', '(^|,)(253|254|250|251|0)(,|$)');
define('e_NOBODY_REGEXP', '(^|,)255(,|$)');
return;
}