summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-02-01 23:08:35 -0500
committerChris Buechler <cmb@pfsense.org>2010-02-01 23:08:35 -0500
commitcba192514784a63768691eb160e840343df1fa4a (patch)
tree228fa470d95e43024f5fbaf43ddb558c850e7580 /etc/inc/config.inc
parent3e13620ddd352d12d269d83cb1b6b88ebff6ee73 (diff)
downloadpfsense-cba192514784a63768691eb160e840343df1fa4a.zip
pfsense-cba192514784a63768691eb160e840343df1fa4a.tar.gz
remove old lint check
disable the already loaded config.inc check for the time being as it breaks things.
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 2ace035..60f0668 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
OpenPOWER on IntegriCloud