diff --git a/.gitignore b/.gitignore index cad92f7a8..f208419b9 100755 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ web/cache/* web/.htaccess phpdoc*.log php-cs +xhprof/ diff --git a/templates/admin/default/product-attributes-edit.html b/templates/admin/default/product-attributes-edit.html index 30d74d258..e69de29bb 100644 --- a/templates/admin/default/product-attributes-edit.html +++ b/templates/admin/default/product-attributes-edit.html @@ -1 +0,0 @@ -test \ No newline at end of file diff --git a/web/index_dev.php b/web/index_dev.php index 8991dc4a8..be97da3ea 100755 --- a/web/index_dev.php +++ b/web/index_dev.php @@ -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();