Completed
Push — master ( 0d324d...b69f44 )
by
unknown
01:31
created
DBConnector.class.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
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");
Please login to merge, or discard this patch.