1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00

final commit before alpha2 release

This commit is contained in:
Karl 'vollmerk' Vollmer 2006-11-13 06:04:12 +00:00
parent 4d053815c5
commit 70c2fedd29
12 changed files with 120 additions and 32 deletions

View file

@ -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;