summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-28 21:01:51 +0000
committerErmal <eri@pfsense.org>2010-05-28 21:01:51 +0000
commitd462a851d8655e0636c9f1ca3912f3f09efcd223 (patch)
tree979e3804ffeb909d51ad5defbf0ece15af1c662e /usr/local/captiveportal
parent72b9e452966668484e3a9ae15aedbc65df4a3bd0 (diff)
downloadpfsense-d462a851d8655e0636c9f1ca3912f3f09efcd223.zip
pfsense-d462a851d8655e0636c9f1ca3912f3f09efcd223.tar.gz
Provide an error message to the call.
Diffstat (limited to 'usr/local/captiveportal')
-rwxr-xr-xusr/local/captiveportal/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 204d6fa..59456d7 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -170,7 +170,7 @@ exit;
}
} else {
captiveportal_logportalauth($_POST['auth_user'],$clientmac,$clientip,"ERROR");
- portal_reply_page($redirurl, "error");
+ portal_reply_page($redirurl, "error", "Invalid username/password specified.");
}
} else if ($_POST['accept'] && $config['captiveportal']['auth_method'] == "local") {
OpenPOWER on IntegriCloud