@@ -97,7 +97,7 @@ |
||
| 97 | 97 | public static function isLocalhost() |
| 98 | 98 | { |
| 99 | 99 | $ipchecklist = array("localhost", "127.0.0.1", "::1"); |
| 100 | - return in_array($_SERVER['REMOTE_ADDR'], $ipchecklist,true); |
|
| 100 | + return in_array($_SERVER['REMOTE_ADDR'], $ipchecklist, true); |
|
| 101 | 101 | } |
| 102 | 102 | } |
| 103 | 103 | } |
| 104 | 104 | \ No newline at end of file |