summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-10-18 14:35:03 -0400
committerjim-p <jim@pingle.org>2009-10-18 14:35:03 -0400
commit9f9e4be1bb4224a4dae375d1496037efaa8513f0 (patch)
tree5a62539d796cf59e9ec67ce745481ba090c4a889 /usr
parent8273ea35b1cb35d1cd4b674276fca1ace774c270 (diff)
downloadpfsense-9f9e4be1bb4224a4dae375d1496037efaa8513f0.zip
pfsense-9f9e4be1bb4224a4dae375d1496037efaa8513f0.tar.gz
Fix a couple menu options which has their parameters reversed
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/fbegin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 00a232b..e8eeae8 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -167,11 +167,11 @@ $diagnostics_menu[] = array("System Activity", "/diag_system_activity.php");
$diagnostics_menu[] = array("Traceroute", "/diag_traceroute.php");
$diagnostics_menu[] = array("Packet Capture", "/diag_packet_capture.php");
if($g['platform'] == "nanobsd")
- $diagnostics_menu[] = array("/diag_nanobsd.php", "NanoBSD");
+ $diagnostics_menu[] = array("NanoBSD", "/diag_nanobsd.php");
if (isset($config['system']['developer'])) {
echo "<li><hr width=\"80%\"/></li>";
- $diagnostics_menu[] = array("/restart_httpd.php", "Restart HTTPD");
+ $diagnostics_menu[] = array("Restart HTTPD", "/restart_httpd.php");
}
$diagnostics_menu = msort(array_merge($diagnostics_menu, return_ext_menu("Diagnostics")),0);
OpenPOWER on IntegriCloud