diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-12 19:37:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-12 19:37:49 +0000 |
commit | 61b040ce950034fe0633d7fe23681a80fd6363e0 (patch) | |
tree | 1ea9d3a3d148a88b7c646125c9a8b570eac58448 | |
parent | 6e865a74adf2410dc6a593ca53da25faf3e493e7 (diff) | |
download | pfsense-61b040ce950034fe0633d7fe23681a80fd6363e0.zip pfsense-61b040ce950034fe0633d7fe23681a80fd6363e0.tar.gz |
Reset back to pfSense state
-rw-r--r-- | etc/inc/captiveportal.inc | 6 | ||||
-rwxr-xr-x | usr/local/captiveportal/index.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 52e878d..b7663bd 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -80,11 +80,11 @@ function captiveportal_configure() { $htmltext = <<<EOD <html> <head> -<title>m0n0wall captive portal</title> +<title>pfSense captive portal</title> </head> <body> -<h2>m0n0wall captive portal</h2> -<p>This is the default captive portal page. Please upload your own custom HTML file on the <em>Services: Captive portal</em> screen in the m0n0wall webGUI.</p> +<h2>pfSense captive portal</h2> +<p>This is the default captive portal page. Please upload your own custom HTML file on the <em>Services: Captive portal</em> screen in the pfSense webConfigurator.</p> <form method="post" action="\$PORTAL_ACTION\$"> <input name="accept" type="submit" value="Continue"> <input name="redirurl" type="hidden" value="\$PORTAL_REDIRURL\$"> diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php index a6a3581..6a6b880 100755 --- a/usr/local/captiveportal/index.php +++ b/usr/local/captiveportal/index.php @@ -136,7 +136,7 @@ if ($clientmac && portal_mac_fixed($clientmac)) { <HEAD><TITLE>Disconnecting...</TITLE></HEAD> <BODY BGCOLOR="#435370"> <SPAN STYLE="color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;"> -<B>You've been disconnected.</B> +<B>You have been disconnected.</B> </SPAN> <SCRIPT LANGUAGE="JavaScript"> <!-- |