From 06e69b035b5af68fc99bb7a8549439e525abe47d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 30 Jul 2005 20:37:32 +0000 Subject: Add PPPoE server hooks --- usr/local/www/vpn_pppoe_users.php | 132 +++++++++++++++++++++++++++ usr/local/www/vpn_pppoe_users_edit.php | 160 +++++++++++++++++++++++++++++++++ 2 files changed, 292 insertions(+) create mode 100755 usr/local/www/vpn_pppoe_users.php create mode 100755 usr/local/www/vpn_pppoe_users_edit.php (limited to 'usr/local/www') diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php new file mode 100755 index 0000000..7fb7f92 --- /dev/null +++ b/usr/local/www/vpn_pppoe_users.php @@ -0,0 +1,132 @@ +#!/usr/local/bin/php + + + + +

+
+ + +

+You must apply the changes in order for them to take effect.
Warning: this will terminate all current PPTP sessions!");?>
+ +

+ + + + + +
+
+ + + + + + + + + + + + + + + + + +
UsernameIP address
+ + +   + +  
+
+
+
+ + + + + + + diff --git a/usr/local/www/vpn_pppoe_users_edit.php b/usr/local/www/vpn_pppoe_users_edit.php new file mode 100755 index 0000000..aa8fc02 --- /dev/null +++ b/usr/local/www/vpn_pppoe_users_edit.php @@ -0,0 +1,160 @@ +#!/usr/local/bin/php + + + +

+ +
+ +
+ + + + + + + + + + + + + + + + +
Username + +
Password + +
+  (confirmation)
+ If you want to change the users' password, + enter it here twice.
IP address + +
If you want the user to be assigned a specific IP address, enter it here.
  + + + + +
+
+
+ + + + + -- cgit v1.1