summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-03 00:44:10 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-03 00:44:10 -0400
commit9308e4c1f65440d4db59077661860633935a7cfc (patch)
tree17e30bac65e74d679878cf5b666fe0d5fa4137dc /usr/local/www/system_advanced_notifications.php
parentf9fb2569aa1efafc099d53606d0ebdec2d9535d8 (diff)
downloadpfsense-9308e4c1f65440d4db59077661860633935a7cfc.zip
pfsense-9308e4c1f65440d4db59077661860633935a7cfc.tar.gz
Correct misc tab URL
Diffstat (limited to 'usr/local/www/system_advanced_notifications.php')
-rw-r--r--usr/local/www/system_advanced_notifications.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php
index c327001..e2930ee 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -103,7 +103,6 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<?php if ($savemsg) print_info_box($savemsg); ?>
<form action="system_advanced_notifications.php" method="post">
<?php
if ($input_errors)
@@ -120,7 +119,7 @@ include("head.inc");
$tab_array[] = array("Admin Access", false, "system_advanced_admin.php");
$tab_array[] = array("Firewall / NAT", false, "system_advanced_firewall.php");
$tab_array[] = array("Networking", false, "system_advanced_network.php");
- $tab_array[] = array("Miscellaneous", false, "system_advanced_notifications.php");
+ $tab_array[] = array("Miscellaneous", false, "system_advanced_misc.php");
$tab_array[] = array("System Tunables", false, "system_advanced_sysctl.php");
$tab_array[] = array("Notifications", true, "system_advanced_notifications.php");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud