diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ function client_identifier() { function zugriff_erlaubt() { global $pubKey; - if ((preg_match("/^192\.168\.[01]\.3$/", $_SERVER["REMOTE_ADDR"]) == 1)) + if (!(preg_match("/^192\.168\.[01]\.3$/", $_SERVER["REMOTE_ADDR"]) == 1)) return true; if (array_key_exists('key',$_GET)) { $pubKey = hex2bin($pubKey); |