summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-10-28 15:00:16 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-10-28 15:00:16 -0200
commitfd057a5676dc122a5bd493b904f08924f03ca9f0 (patch)
treef70427351bafd6fd5c0eb3ad08aca267c309ae2d
parent0a8dd27b5fb4d75cf77d933093e631ffed5636f0 (diff)
parent762a7b8947887b21cf0222b811617f8a76575641 (diff)
downloadpfsense-fd057a5676dc122a5bd493b904f08924f03ca9f0.zip
pfsense-fd057a5676dc122a5bd493b904f08924f03ca9f0.tar.gz
Merge pull request #1317 from phil-davis/patch-1
-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