summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/authgui.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-08-30 22:17:24 +0545
committerPhil Davis <phil.davis@inf.org>2015-08-30 22:17:24 +0545
commit4de8f7baac61c06da7c0719db020eedfb936acbd (patch)
treee03752d607f5e65d0160657e2e54f3440f88863c /src/etc/inc/authgui.inc
parent683ba309d50913828decb5fe3f6ade059c1dfab2 (diff)
downloadpfsense-4de8f7baac61c06da7c0719db020eedfb936acbd.zip
pfsense-4de8f7baac61c06da7c0719db020eedfb936acbd.tar.gz
Integrate bootstrap etc/inc with master
This applies the little changes in etc/inc master to the bootstrap branch so that etc/inc in bootstrap will now just have the real differences that are due to real bootstrap changes.
Diffstat (limited to 'src/etc/inc/authgui.inc')
-rw-r--r--src/etc/inc/authgui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc
index 721be47..d3b701d 100644
--- a/src/etc/inc/authgui.inc
+++ b/src/etc/inc/authgui.inc
@@ -219,7 +219,7 @@ if ($local_ip == false) {
<div class="container">
<div class="col-sm-offset-3 col-sm-6 col-xs-12">
<?php
- if(is_ipaddr($http_host) && !$local_ip && !isset($config['system']['webgui']['nohttpreferercheck'])) {
+ if (is_ipaddr($http_host) && !$local_ip && !isset($config['system']['webgui']['nohttpreferercheck'])) {
$nifty_background = "#999";
print_info_box(gettext("You are accessing this router by an IP address not configured locally, which may be forwarded by NAT or other means. <br /><br />If you did not setup this forwarding, you may be the target of a man-in-the-middle attack."));
}
OpenPOWER on IntegriCloud