summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
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