Revision cba19251
Added by Chris Buechler over 15 years ago
etc/inc/config.inc | ||
---|---|---|
41 | 41 |
pfSense_BUILDER_BINARIES: /sbin/mount /sbin/sysctl /sbin/umount /sbin/halt /sbin/fsck /bin/sync |
42 | 42 |
pfSense_MODULE: config |
43 | 43 |
*/ |
44 |
/* |
|
45 |
* XXX: Hack around the cvs syntax checks. |
|
46 |
* DISABLE_PHP_LINT_CHECKING |
|
47 |
*/ |
|
48 | 44 |
|
49 | 45 |
if($g['booting']) echo "."; |
50 | 46 |
|
51 | 47 |
/* do not load this file twice. */ |
52 |
if (in_array("/etc/inc/config.inc", get_included_files())) |
|
53 |
return; |
|
48 |
//if (in_array("/etc/inc/config.inc", get_included_files()))
|
|
49 |
// return;
|
|
54 | 50 |
|
55 | 51 |
// Set the memory limit to 128M. When someone has something like 500+ tunnels |
56 | 52 |
// the parser needs quite a bit of ram. Do not remove this line unless you |
Also available in: Unified diff
remove old lint check
disable the already loaded config.inc check for the time being as it breaks things.