1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Notice removal

This commit is contained in:
Cameron
2013-04-24 17:42:41 -07:00
parent 0004b47d96
commit 4db6c674fa

View File

@@ -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.
}