From 6353b8670c75cbdc0346a2afc466d77b9450b98c Mon Sep 17 00:00:00 2001 From: mespeche Date: Tue, 10 Sep 2013 14:36:06 +0200 Subject: [PATCH] Saving current status --- .gitignore | 1 + templates/admin/default/product-attributes-edit.html | 1 - web/index_dev.php | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) 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();