Saving current status

This commit is contained in:
mespeche
2013-09-10 14:36:06 +02:00
parent ae667d33ee
commit 6353b8670c
3 changed files with 3 additions and 2 deletions

View File

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