Moved development IPs to dev-ips.php

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-01 09:53:58 +02:00
parent 082a0130c2
commit 5295ada144
3 changed files with 11 additions and 8 deletions

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

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