summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r--lib/debug.lib.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php
index 08cf7d6d..04e77887 100644
--- a/lib/debug.lib.php
+++ b/lib/debug.lib.php
@@ -355,12 +355,7 @@ function check_putenv() {
if (!ini_set(memory_limit,$new_limit)) {
return false;
}
-
- /* Check and see if we can up the post limit */
- if (!ini_set(post_max_size,'8M')) {
- return false;
- }
-
+
/* Check if safe mode is on */
if (ini_get('safe_mode')) {
return false;