mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
PHP Warning removal
This commit is contained in:
@@ -20,7 +20,11 @@
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
@set_time_limit(10 * 60);
|
||||
if(SAFE_MODE === false)
|
||||
{
|
||||
@set_time_limit(10 * 60); // throws error in safe-mode.
|
||||
}
|
||||
|
||||
//session_write_close();
|
||||
@e107_ini_set("max_execution_time", 10 * 60);
|
||||
//while (@ob_end_clean()); // kill all output buffering else it eats server resources
|
||||
|
@@ -1069,7 +1069,10 @@ class e_navigation
|
||||
unset($temp);
|
||||
}
|
||||
|
||||
|
||||
if(!is_array($e107_vars))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$kpost = '';
|
||||
$text = '';
|
||||
|
Reference in New Issue
Block a user