summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_users.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-31 17:02:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-31 17:02:29 +0000
commitd844e31de29ade2e480cd93bd113867273c97c83 (patch)
treec9c6209ad48ab7a4a097697becf18907f020f025 /usr/local/www/vpn_pppoe_users.php
parent8ede0ae8d955916cf29c790e5fd80f984c04b218 (diff)
downloadpfsense-d844e31de29ade2e480cd93bd113867273c97c83.zip
pfsense-d844e31de29ade2e480cd93bd113867273c97c83.tar.gz
PPTP -> PPPoE
Diffstat (limited to 'usr/local/www/vpn_pppoe_users.php')
-rwxr-xr-xusr/local/www/vpn_pppoe_users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php
index 7fb7f92..e4674bc 100755
--- a/usr/local/www/vpn_pppoe_users.php
+++ b/usr/local/www/vpn_pppoe_users.php
@@ -66,7 +66,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = "VPN: PPTP: Users";
+$pgtitle = "VPN: PPPoE: Users";
include("head.inc");
?>
@@ -79,7 +79,7 @@ include("head.inc");
<?php if (isset($config['pppoe']['radius']['enable']))
print_info_box("Warning: RADIUS is enabled. The local user database will not be used."); ?>
<?php if (file_exists($d_pppoeuserdirty_path)): ?><p>
-<?php print_info_box_np("The PPTP user list has been modified.<br>You must apply the changes in order for them to take effect.<br><b>Warning: this will terminate all current PPTP sessions!</b>");?><br>
+<?php print_info_box_np("The PPPoE user list has been modified.<br>You must apply the changes in order for them to take effect.<br><b>Warning: this will terminate all current PPPoE sessions!</b>");?><br>
<?php endif; ?>
<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud