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:
parent
4d053815c5
commit
70c2fedd29
12 changed files with 120 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue