From 1bbbd3dd19b6dbf60e3df8dcd496a0ccf1fb34dc Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 18 Jan 2011 11:00:33 -0500 Subject: No need to set this here, we already set it in config.inc (and it takes precedence) --- etc/inc/config.gui.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'etc') diff --git a/etc/inc/config.gui.inc b/etc/inc/config.gui.inc index cd38049..1a7e397 100644 --- a/etc/inc/config.gui.inc +++ b/etc/inc/config.gui.inc @@ -54,11 +54,6 @@ if($config_parsed == true) else $config_parsed = true; -// Set the memory limit to 128M. When someone has something like 500+ tunnels -// the parser needs quite a bit of ram. Do not remove this line unless you -// know what you are doing. If in doubt, check with dev@ _/FIRST/_! -ini_set("memory_limit","128M"); - /* include globals from notices.inc /utility/XML parser files */ require_once('config.lib.inc'); require_once("notices.inc"); -- cgit v1.1