Moved development IP address list to dev-ips.php

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-06-14 23:38:42 +02:00
parent 38e6384018
commit 476b71f470
19 changed files with 72 additions and 8 deletions

6
web/dev-ips.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$dev_ips = array(
'127.0.0.1',
'::1',
);