mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Notice removal
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if(SAFE_MODE === false)
|
||||
if(defined('SAFE_MODE') && SAFE_MODE === false)
|
||||
{
|
||||
@set_time_limit(10 * 60); // throws error in safe-mode.
|
||||
}
|
||||
|
Reference in New Issue
Block a user