summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-19 21:16:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-19 21:16:34 +0000
commit864bbcddfa996d9fab0500a1e372102c0c409ff8 (patch)
tree24a5d386721836fdc3481b5bda4d8b020fad7eb9 /etc
parent52d6ad5136ff5c143b976e18f0478fd7844e7d75 (diff)
downloadpfsense-864bbcddfa996d9fab0500a1e372102c0c409ff8.zip
pfsense-864bbcddfa996d9fab0500a1e372102c0c409ff8.tar.gz
Correct tagfile_deformat() call
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index d08cd2c..3c3e324 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -216,7 +216,7 @@ function encrypted_configxml() {
if(file_exists($g['conf_path'] . "/config.xml")) {
if($g['booting']) {
$configtxt = file_get_contents($g['conf_path'] . "/config.xml");
- if(!tagfile_deformat($configtxt, $configtxt, "config.xml")) {
+ if(tagfile_deformat($configtxt, $configtxt, "config.xml")) {
$fp = fopen('php://stdin', 'r');
$data = "";
echo "\n\n*** Encrypted config.xml detected ***\n";
OpenPOWER on IntegriCloud