garancia-pharmaciens/debug.php
2017-05-30 17:55:38 +02:00

11 lines
175 B
PHP

<?php
$authorized_ip = array(
'88.163.22.99',
'90.63.178.63',
'217.64.63.215'
);
if(in_array($_SERVER['REMOTE_ADDR'], $authorized_ip))
{
// p($_SERVER); die();
}