summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/firewall_system_tunables.php2
-rw-r--r--usr/local/www/firewall_system_tunables_edit.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php
index 17f75a8..90b1809 100644
--- a/usr/local/www/firewall_system_tunables.php
+++ b/usr/local/www/firewall_system_tunables.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array("Firewall","System Tunables");
+$pgtitle = "Firewall: System: Tunables";
require("guiconfig.inc");
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 17ea2e9..3677bca 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array("Firewall","System Tunables","Edit");
+$pgtitle = "Firewall: System Tunables: Edit";
require("guiconfig.inc");
if (!is_array($config['sysctl']['item'])) {
OpenPOWER on IntegriCloud