summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-18 23:21:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-18 23:21:58 +0000
commite74c6bf6e9431f531790c0c2f4445662350cf286 (patch)
treef5710b57e4d1895449aece1a64382c6834301ebe /etc
parent7316a70294a0e269ef526b5c30fb88f2a9bf30d3 (diff)
downloadpfsense-e74c6bf6e9431f531790c0c2f4445662350cf286.zip
pfsense-e74c6bf6e9431f531790c0c2f4445662350cf286.tar.gz
Remove debugging code
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 1703158..d9f7e42 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -38,8 +38,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-echo "1";
-
/* do not load this file twice. */
if($config_inc_loaded == true)
return;
@@ -52,8 +50,6 @@ require_once("util.inc");
require_once("pfsense-utils.inc");
require_once("xmlparse.inc");
-echo "2";
-
/* read platform */
if (file_exists("{$g['etc_path']}/platform")) {
$g['platform'] = chop(file_get_contents("{$g['etc_path']}/platform"));
@@ -61,8 +57,6 @@ if (file_exists("{$g['etc_path']}/platform")) {
$g['platform'] = "unknown";
}
-echo "3";
-
/* if our config file exists bail out, we're already set. */
if ($g['booting'] and !file_exists($g['cf_conf_path'] . "/config.xml") ) {
/* find the device where config.xml resides and write out an fstab */
@@ -161,12 +155,8 @@ EOD;
mwexec("/sbin/mount -a");
}
-echo "4";
-
$config = parse_config();
-echo "5";
-
/****f* config/parse_config
* NAME
* parse_config - Read in config.cache or config.xml if needed and return $config array
OpenPOWER on IntegriCloud