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:
David Anderson 2013-05-22 11:10:49 -07:00
parent bf96878fe8
commit 023e1ce684
1 changed files with 0 additions and 2 deletions

View File

@ -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')) {