From ca0107699b7756c42a7242b761ed119d3778b2d7 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 5 Jun 2009 01:27:59 -0400 Subject: Fix local/remote specification. touch up text --- usr/local/www/interfaces_ppp_edit.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'usr') diff --git a/usr/local/www/interfaces_ppp_edit.php b/usr/local/www/interfaces_ppp_edit.php index 3d06f73..ce27e05 100644 --- a/usr/local/www/interfaces_ppp_edit.php +++ b/usr/local/www/interfaces_ppp_edit.php @@ -103,7 +103,7 @@ if ($_POST) { $ppp['pppif'] = $_POST['pppif']; $ppp['pppif'] = interface_ppp_configure($ppp); if ($ppp['pppif'] == "" || !stristr($ppp['pppif'], "ppp")) - $input_errors[] = "Error occured creating interface, please retry."; + $input_errors[] = "Error occured creating PPP interface."; else { if (isset($id) && $a_ppps[$id]) $a_ppps[$id] = $ppp; @@ -181,15 +181,16 @@ include("head.inc"); Local IP - -

Note: This is needed if you connect to a private system and are given a static ip. + +

Note: Enter your IP address here if it is not automatically assigned. Remote IP - -

Note: This is where the packets will be routed, aka gateway on normal ip routing. + +

Note: Enter the remote IP here if not automatically assigned. This + is where the packets will be routed, equivalent to the gateway. -- cgit v1.1