PPPoE has been moved to Services. Rename page titles.

This commit is contained in:
Scott Ullrich 2008-09-01 21:34:19 +00:00
parent 8bb574b6ad
commit 496a1349cf
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ if ($_POST) {
}
}
$pgtitle = "VPN: PPPoE";
$pgtitle = "Services: PPPoE";
include("head.inc");
?>

View File

@ -65,7 +65,7 @@ if ($_GET['act'] == "del") {
}
}
$pgtitle = "VPN: PPPoE: Users";
$pgtitle = "Services: PPPoE: Users";
include("head.inc");
?>

View File

@ -111,7 +111,7 @@ if ($_POST) {
}
}
$pgtitle = "VPN: PPPoE: User: Edit";
$pgtitle = "Services: PPPoE: User: Edit";
include("head.inc");
?>