From aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 04 Dec 2013 12:55:08 +0000 Subject: Fix dump path for php backend to be relative --- 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" } -- cgit v0.9.0.2