diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-04 12:49:06 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-04 12:49:06 +0200 |
commit | e68e1cf3c49efcbfab6810d403ea7eaf3584c2b2 (patch) | |
tree | 955b7f3956901562bf34ae100e3c1250983f3892 | |
parent | b73c9eca744c3e75791427348fa97de279827fb7 (diff) |
Typo fix.
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 />'; } |