mirror of https://github.com/BOINC/boinc.git
web: don't try to increate PHP mem limit to 256MB
Apparently this generates warning messages that fill up log files, and we may not need it anymore.
This commit is contained in:
parent
bf96878fe8
commit
023e1ce684
|
@ -30,8 +30,6 @@ if (array_key_exists("PATH_INFO", $_SERVER)) {
|
||||||
die("bad URL");
|
die("bad URL");
|
||||||
}
|
}
|
||||||
|
|
||||||
ini_set("memory_limit", "256M");
|
|
||||||
|
|
||||||
// define TIMEZONE in project.inc
|
// define TIMEZONE in project.inc
|
||||||
//
|
//
|
||||||
if (defined('TIMEZONE')) {
|
if (defined('TIMEZONE')) {
|
||||||
|
|
Loading…
Reference in New Issue