diff --git a/pandora_console/index.php b/pandora_console/index.php index 6d4fcccf43..5b52479ac3 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -508,12 +508,12 @@ if (! isset ($config['id_user'])) { </script> <?php } + + set_time_limit((int)$PHPmax_execution_time); + ini_set('upload_max_filesize', $PHPupload_max_filesize); + ini_set('memory_limit', $PHPmemory_limit); } - set_time_limit((int)$PHPmax_execution_time); - ini_set('upload_max_filesize', $PHPupload_max_filesize); - ini_set('memory_limit', $PHPmemory_limit); - //========================================================== //-------- SET THE CUSTOM CONFIGS OF USER ------------------