mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct tagfile_deformat() call
This commit is contained in:
parent
52d6ad5136
commit
864bbcddfa
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user