Moved development IP address list to dev-ips.php
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
6
web/dev-ips.php
Normal file
6
web/dev-ips.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$dev_ips = array(
|
||||
'127.0.0.1',
|
||||
'::1',
|
||||
);
|
||||
|
Reference in New Issue
Block a user