Moved development IPs to dev-ips.php
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>master
parent
082a0130c2
commit
5295ada144
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$dev_ips = array(
|
||||
'127.0.0.1',
|
||||
'::1',
|
||||
);
|
Loading…
Reference in New Issue