From aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 4 Dec 2013 12:55:08 +0000 Subject: [PATCH] Fix dump path for php backend to be relative --- backend/php/properties/php.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/php/properties/php.properties.json b/backend/php/properties/php.properties.json index 8c2ff05..c0eb8f2 100644 --- a/backend/php/properties/php.properties.json +++ b/backend/php/properties/php.properties.json @@ -1,5 +1,5 @@ { "request.path": "../index.php", - "dump.path": "/../dump.php", + "dump.path": "../dump.php", "should.pay.toll": "false" }