summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-03 16:52:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-03 16:52:13 +0000
commit6c1721d86b1bdfabdea4938f04bef89d6372a9c4 (patch)
tree4ea66f156c19f7aa80f39e51664764cbf00267bf
parentf469a4ef34e0f23a4fde066f3df1329bcc3a7bf4 (diff)
downloadpfsense-6c1721d86b1bdfabdea4938f04bef89d6372a9c4.zip
pfsense-6c1721d86b1bdfabdea4938f04bef89d6372a9c4.tar.gz
Move PPPoE to services area.
-rwxr-xr-xusr/local/www/vpn_pppoe.php2
-rwxr-xr-xusr/local/www/vpn_pppoe_users.php2
-rwxr-xr-xusr/local/www/vpn_pppoe_users_edit.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php
index 4e737fb..6c7c557 100755
--- a/usr/local/www/vpn_pppoe.php
+++ b/usr/local/www/vpn_pppoe.php
@@ -173,7 +173,7 @@ if ($_POST) {
}
}
-$pgtitle = array("VPN","PPPoE");
+$pgtitle = array("Services","PPPoE Server");
include("head.inc");
?>
diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php
index 8373c75..64dfaad 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 = array("VPN","PPPoE","Users");
+$pgtitle = array("Services","PPPoE Server","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 5316e4d..8481aab 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 = array("VPN","PPPoE","User","Edit");
+$pgtitle = array("Services","PPPoE Server","User","Edit");
include("head.inc");
?>
OpenPOWER on IntegriCloud