From cba192514784a63768691eb160e840343df1fa4a Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 1 Feb 2010 23:08:35 -0500 Subject: [PATCH] remove old lint check disable the already loaded config.inc check for the time being as it breaks things. --- etc/inc/config.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 2ace0350ec..60f0668a50 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -41,16 +41,12 @@ pfSense_BUILDER_BINARIES: /sbin/mount /sbin/sysctl /sbin/umount /sbin/halt /sbin/fsck /bin/sync pfSense_MODULE: config */ -/* - * XXX: Hack around the cvs syntax checks. - * DISABLE_PHP_LINT_CHECKING - */ if($g['booting']) echo "."; /* do not load this file twice. */ -if (in_array("/etc/inc/config.inc", get_included_files())) - return; +//if (in_array("/etc/inc/config.inc", get_included_files())) +// return; // 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