diff --git a/install/index.php b/install/index.php index e9c6aa135..8c072371e 100644 --- a/install/index.php +++ b/install/index.php @@ -281,7 +281,7 @@ global $wavelog_url; ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes + if ($maxUploadFileSizeBytes >= ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes ?> ($post_max_size * 1024 * 1024)) { // compare with given value in bytes + if ($maxUploadFileSizeBytes >= ($post_max_size * 1024 * 1024)) { // compare with given value in bytes ?>