summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-21 02:44:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-21 02:44:41 +0000
commit184fb5c3dcc1e7ffa79081392db37dc96062833a (patch)
tree6fee53bde63502936baa22a246ca498db91fd3f0 /etc/inc
parent1e7ab453c3d30f9f756b8513432bab3d54b66782 (diff)
downloadpfsense-184fb5c3dcc1e7ffa79081392db37dc96062833a.zip
pfsense-184fb5c3dcc1e7ffa79081392db37dc96062833a.tar.gz
Comment out the rest of config.cache
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index d98d758..6d7ffca 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -194,9 +194,11 @@ function parse_config($parse = false) {
function generate_config_cache($config) {
global $g;
+ /*
$configcache = fopen($g['tmp_path'] . '/config.cache', "w");
fwrite($configcache, serialize($config));
fclose($configcache);
+ */
return true;
}
OpenPOWER on IntegriCloud