From 496a1349cfd575441a39bc3fd40cb86c79dd501b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 1 Sep 2008 21:34:19 +0000 Subject: [PATCH] PPPoE has been moved to Services. Rename page titles. --- usr/local/www/vpn_pppoe.php | 2 +- usr/local/www/vpn_pppoe_users.php | 2 +- usr/local/www/vpn_pppoe_users_edit.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php index 92904c5ace..d3c38a50a1 100755 --- a/usr/local/www/vpn_pppoe.php +++ b/usr/local/www/vpn_pppoe.php @@ -137,7 +137,7 @@ if ($_POST) { } } -$pgtitle = "VPN: PPPoE"; +$pgtitle = "Services: PPPoE"; include("head.inc"); ?> diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php index a8d6df6e3e..7e20418977 100755 --- a/usr/local/www/vpn_pppoe_users.php +++ b/usr/local/www/vpn_pppoe_users.php @@ -65,7 +65,7 @@ if ($_GET['act'] == "del") { } } -$pgtitle = "VPN: PPPoE: Users"; +$pgtitle = "Services: PPPoE: Users"; include("head.inc"); ?> diff --git a/usr/local/www/vpn_pppoe_users_edit.php b/usr/local/www/vpn_pppoe_users_edit.php index 3542c182ea..69d6c20714 100755 --- a/usr/local/www/vpn_pppoe_users_edit.php +++ b/usr/local/www/vpn_pppoe_users_edit.php @@ -111,7 +111,7 @@ if ($_POST) { } } -$pgtitle = "VPN: PPPoE: User: Edit"; +$pgtitle = "Services: PPPoE: User: Edit"; include("head.inc"); ?>