mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
PPPoE has been moved to Services. Rename page titles.
This commit is contained in:
parent
8bb574b6ad
commit
496a1349cf
@ -137,7 +137,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = "VPN: PPPoE";
|
||||
$pgtitle = "Services: PPPoE";
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -65,7 +65,7 @@ if ($_GET['act'] == "del") {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = "VPN: PPPoE: Users";
|
||||
$pgtitle = "Services: PPPoE: Users";
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
@ -111,7 +111,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
$pgtitle = "VPN: PPPoE: User: Edit";
|
||||
$pgtitle = "Services: PPPoE: User: Edit";
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user