Fix missing var init
This commit is contained in:
parent
1b3544e794
commit
85ce1f3332
@ -88,6 +88,7 @@ if (!empty($ExecTimeLimit))
|
|||||||
@set_time_limit($ExecTimeLimit); // Need more than 240 on Windows 7/64
|
@set_time_limit($ExecTimeLimit); // Need more than 240 on Windows 7/64
|
||||||
error_reporting($err);
|
error_reporting($err);
|
||||||
}
|
}
|
||||||
|
$MemoryLimit=0;
|
||||||
if (!empty($MemoryLimit))
|
if (!empty($MemoryLimit))
|
||||||
{
|
{
|
||||||
@ini_set('memory_limit', $MemoryLimit);
|
@ini_set('memory_limit', $MemoryLimit);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user