@@ -129,7 +129,7 @@ |
||
| 129 | 129 | { |
| 130 | 130 | $ip = $this->ipAddress(); |
| 131 | 131 | if (in_array($ip, array('127.0.0.1', '::1'))) { |
| 132 | - return TRUE; |
|
| 132 | + return TRUE; |
|
| 133 | 133 | } |
| 134 | 134 | $ip_list = array(); |
| 135 | 135 | $rows = $this->query("SELECT address FROM address"); |