remove old lint check

disable the already loaded config.inc check for the time being as it breaks things.
This commit is contained in:
Chris Buechler 2010-02-01 23:08:35 -05:00
parent 3e13620ddd
commit cba1925147

View File

@ -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