diff --git a/application/views/debug/index.php b/application/views/debug/index.php index ebb91eabb..658073d47 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -272,7 +272,7 @@

- max_upload_file_size - ' . $max_upload_file_size . 'M'; ?> + upload_max_filesize + ' . $upload_max_filesize . 'M'; ?> = ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes + if ($maxUploadFileSizeBytes >= ($upload_max_filesize * 1024 * 1024)) { // compare with given value in bytes ?> @@ -631,4 +631,4 @@ - \ No newline at end of file +