Saving current status
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ web/cache/*
|
||||
web/.htaccess
|
||||
phpdoc*.log
|
||||
php-cs
|
||||
xhprof/
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
test
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user