PMCORE-1323 Remove the possibility of change the memory_limit
This commit is contained in:
@@ -1181,7 +1181,6 @@ class InstallerModule extends Controller
|
||||
{
|
||||
$filter = new InputFilter();
|
||||
ini_set('max_execution_time', '0');
|
||||
ini_set('memory_limit', '256M');
|
||||
|
||||
$serv = 'http://';
|
||||
if (isset($_SERVER['HTTPS']) && !empty(trim($_SERVER['HTTPS']))) {
|
||||
|
||||
Reference in New Issue
Block a user