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"); ?>