remove ip from trustIp array

This commit is contained in:
Manuel Raynaud
2013-10-27 20:20:22 +01:00
parent 68accbe402
commit 223b39b6c1

View File

@@ -35,7 +35,6 @@ require __DIR__ . '/../core/bootstrap.php';
$trustedIp = array(
'::1',
'127.0.0.1',
'192.168.56.1'
);
$request = Request::createFromGlobals();