diff --git a/setup/precheckup.php b/setup/precheckup.php index 7258f06..6e426a0 100644 --- a/setup/precheckup.php +++ b/setup/precheckup.php @@ -334,9 +334,9 @@ PHP you are running, and which modules are available.
-=bigEnough('Maximum POST size', 'post_max_size', 8 * 1024 * 1024, true)?> -=bigEnough('Maximum upload size', 'upload_max_filesize', 8 * 1024 * 1024, true)?> -=bigEnough('Memory limit', 'memory_limit', 8 * 1024 * 1024, true)?> +=bigEnough('Maximum POST size', 'post_max_size', 32 * 1024 * 1024, true)?> +=bigEnough('Maximum upload size', 'upload_max_filesize', 32 * 1024 * 1024, true)?> +=bigEnough('Memory limit', 'memory_limit', 32 * 1024 * 1024, true)?> =""; # bigEnough('Maximum execution time', 'max_execution_time', 30)?> =""; # bigEnough('Maximum input time', 'max_input_time', 60)?>