openscrum/web/dev-ips.php

7 lines
50 B
PHP
Raw Normal View History

2013-03-02 22:08:14 +00:00
<?php
$dev_ips = array(
'127.0.0.1',
'::1',
);