summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-09-28 21:08:48 +0545
committerPhil Davis <phil.davis@inf.org>2014-09-28 21:08:48 +0545
commit762a7b8947887b21cf0222b811617f8a76575641 (patch)
tree6724caff9ea011887b9e6a16698198a985c083c6 /usr/local
parente7b03bc1f4fdec9721fe0cd2373576657ef7dff1 (diff)
downloadpfsense-762a7b8947887b21cf0222b811617f8a76575641.zip
pfsense-762a7b8947887b21cf0222b811617f8a76575641.tar.gz
Spelling
Diffstat (limited to 'usr/local')
-rw-r--r--usr/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 83cd333..4078dae 100644
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -49,7 +49,7 @@ global $cpzone, $cpzoneid;
$cpzone = $_REQUEST['zone'];
$cpcfg = $config['captiveportal'][$cpzone];
if (empty($cpcfg)) {
- log_error("Submission to captiveportal with unkown parameter zone: " . htmlspecialchars($cpzone));
+ log_error("Submission to captiveportal with unknown parameter zone: " . htmlspecialchars($cpzone));
portal_reply_page($redirurl, "error", $errormsg);
ob_flush();
return;
OpenPOWER on IntegriCloud