summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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