From ec7f0db21693831556b9a7f2f041c39de65c9503 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Fri, 5 Sep 2008 12:20:57 +0000 Subject: Move the ini_set() to bump the PHP memory limit to 32MB into config.inc which is the first place this will trigger the memory limit. --- etc/rc.bootup | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index cbf474d..4ce4d5e 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -32,7 +32,6 @@ */ echo " done.\n"; - ini_set("memory_limit","32M"); echo "Initializing..."; echo "."; require_once("/etc/inc/globals.inc"); -- cgit v1.1