summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-07-18 22:43:18 +0000
committerColin Smith <colin@pfsense.org>2005-07-18 22:43:18 +0000
commit38d48421df914dec3aa1772338a51a430b009af8 (patch)
tree4ebc18eff106af1e84f57243bc5efe6969dac5a3 /usr/local/www/diag_confbak.php
parent02bbe0baa2f5abf7da2d70ec742e4bc217ce9f4e (diff)
downloadpfsense-38d48421df914dec3aa1772338a51a430b009af8.zip
pfsense-38d48421df914dec3aa1772338a51a430b009af8.tar.gz
Fix tabs.
Diffstat (limited to 'usr/local/www/diag_confbak.php')
-rwxr-xr-xusr/local/www/diag_confbak.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index 79c2658..b49bd5e 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -61,8 +61,8 @@ include("head.inc");
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array("Local", false, "diag_backup.php");
- $tab_array[1] = array("Remote", true, "diag_confbak.php");
+ $tab_array[0] = array("Remote", false, "diag_backup.php");
+ $tab_array[1] = array("Local", true, "diag_confbak.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud