summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-19 11:31:06 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-19 11:32:00 -0500
commit36a844df8cab07c1b1f9527958de385e94c42783 (patch)
treea95b675a9df878eb97b9f34b653c0a41d05a6d15 /src/usr/local/www/head.inc
parente138f828b79c28cd6191098668c9dcad6d2c56b7 (diff)
downloadpfsense-36a844df8cab07c1b1f9527958de385e94c42783.zip
pfsense-36a844df8cab07c1b1f9527958de385e94c42783.tar.gz
Renamed exec.php and edit.php
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 7684285..967191a 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -330,9 +330,9 @@ $diagnostics_menu = array();
$diagnostics_menu[] = array(gettext("ARP Table"), "/diag_arp.php");
$diagnostics_menu[] = array(gettext("Authentication"), "/diag_authentication.php");
$diagnostics_menu[] = array(htmlspecialchars(gettext("Backup & Restore")), "/diag_backup.php");
-$diagnostics_menu[] = array(gettext("Command Prompt"), "/exec.php");
+$diagnostics_menu[] = array(gettext("Command Prompt"), "/diag_comand.php");
$diagnostics_menu[] = array(gettext("DNS Lookup"), "/diag_dns.php");
-$diagnostics_menu[] = array(gettext("Edit File"), "/edit.php");
+$diagnostics_menu[] = array(gettext("Edit File"), "/diag_edit.php");
$diagnostics_menu[] = array(gettext("Factory Defaults"), "/diag_defaults.php");
if (file_exists("/var/run/gmirror_active")) {
@@ -487,7 +487,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
</a>
</li>
<?php endif?>
-
+
<?php if ($system_logs_filter_form_hidden): ?>
<li>
<a onclick="$('#filter-form').toggle(360)" title="<?=gettext("Log filter")?>">
OpenPOWER on IntegriCloud