summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-06-04 12:49:06 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-06-04 12:49:06 +0200
commite68e1cf3c49efcbfab6810d403ea7eaf3584c2b2 (patch)
tree955b7f3956901562bf34ae100e3c1250983f3892
parentb73c9eca744c3e75791427348fa97de279827fb7 (diff)
Typo fix.
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f1110bd..9110319 100644
--- a/index.php
+++ b/index.php
@@ -151,7 +151,7 @@ final class LookingGlass {
print '<div class="footer_bar">';
print '<p class="text-center">';
- if (!isset($this->frontpage['show_visitor_ip'] ||
+ if (!isset($this->frontpage['show_visitor_ip']) ||
$this->frontpage['show_visitor_ip']) {
print 'Your IP address: '.htmlentities($_SERVER['REMOTE_ADDR']).'<br />';
}