summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense-org.local>2009-08-24 15:29:16 -0400
committerScott Ullrich <sullrich@pfsense-org.local>2009-08-24 15:29:16 -0400
commitf5a57bb0067db75cc311332d3f5b09cfbd60b57b (patch)
tree6d77dae9cfc980276d9044af8dbde15d8f0ef310 /usr/local/www/diag_backup.php
parentb334886c004b7fb27e4a8fd98797e33e50e6df94 (diff)
downloadpfsense-f5a57bb0067db75cc311332d3f5b09cfbd60b57b.zip
pfsense-f5a57bb0067db75cc311332d3f5b09cfbd60b57b.tar.gz
Convert configuration before redirecting to assign interfaces page.
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 837b01a..65b0be1 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -332,6 +332,7 @@ if ($_POST) {
if(is_interface_mismatch() == true) {
touch("/var/run/interface_mismatch_reboot_needed");
clear_subsystem_dirty("restore");
+ convert_config();
header("Location: interfaces_assign.php");
exit;
}
OpenPOWER on IntegriCloud