diff options
author | Chris Buechler <cmb@pfsense.org> | 2009-11-14 22:15:02 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2009-11-14 22:15:02 -0500 |
commit | 729b70292d45e8ff906ce6f36b92c79373b0f412 (patch) | |
tree | 9911bb4d9c2fdaa97f5ba56e0134f9a372fcf8ff /usr | |
parent | d102e3edf28718eea424c3bdaceff7baaf38d723 (diff) | |
download | pfsense-729b70292d45e8ff906ce6f36b92c79373b0f412.zip pfsense-729b70292d45e8ff906ce6f36b92c79373b0f412.tar.gz |
fix typo
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/captiveportal/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php index 79bb0e7..c3f5f20 100755 --- a/usr/local/captiveportal/index.php +++ b/usr/local/captiveportal/index.php @@ -48,7 +48,7 @@ $clientip = $_SERVER['REMOTE_ADDR']; if (!$clientip) { /* not good - bail out */ echo "An error occured. Please check the system logs for more information."; - log_error("Captive portal could not deterimine clients ip address."); + log_error("Captive portal could not deterimine client's IP address."); exit; } |