summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-13 06:04:12 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-13 06:04:12 +0000
commit70c2fedd2992bc2bf5309a9afcc8b810aa7f80ce (patch)
treeaa531656b9015821190546c382cb3756f0c435de /lib/debug.lib.php
parent4d053815c552e77ebbab55e9f48bacbea2559cd2 (diff)
downloadampache-70c2fedd2992bc2bf5309a9afcc8b810aa7f80ce.tar.gz
ampache-70c2fedd2992bc2bf5309a9afcc8b810aa7f80ce.tar.bz2
ampache-70c2fedd2992bc2bf5309a9afcc8b810aa7f80ce.zip
final commit before alpha2 release
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;