summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 22:15:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 22:15:05 +0000
commit76d05834e4fa8ae1ddeda2a6f56fc241a3d24a6c (patch)
tree3fda46e4562c44ae1e86d4be3a18b05ce1623b1a /usr/local/www/diag_confbak.php
parenta89a58bebb32219737f660bb8d9016a51647a318 (diff)
downloadpfsense-76d05834e4fa8ae1ddeda2a6f56fc241a3d24a6c.zip
pfsense-76d05834e4fa8ae1ddeda2a6f56fc241a3d24a6c.tar.gz
Reverse Local and Remote 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 586fdc5..d3a2430 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -62,8 +62,8 @@ include("head.inc");
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array("Remote", false, "diag_backup.php");
- $tab_array[1] = array("Local", true, "diag_confbak.php");
+ $tab_array[0] = array("Local", false, "diag_backup.php");
+ $tab_array[1] = array("Remote", true, "diag_confbak.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud