Saving current status
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ web/cache/*
|
|||||||
web/.htaccess
|
web/.htaccess
|
||||||
phpdoc*.log
|
phpdoc*.log
|
||||||
php-cs
|
php-cs
|
||||||
|
xhprof/
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
test
|
|
||||||
@@ -9,7 +9,8 @@ require __DIR__ . '/../core/bootstrap.php';
|
|||||||
|
|
||||||
$trustIp = array(
|
$trustIp = array(
|
||||||
'::1',
|
'::1',
|
||||||
'127.0.0.1'
|
'127.0.0.1',
|
||||||
|
'192.168.56.1'
|
||||||
);
|
);
|
||||||
|
|
||||||
$request = Request::createFromGlobals();
|
$request = Request::createFromGlobals();
|
||||||
|
|||||||
Reference in New Issue
Block a user