summaryrefslogtreecommitdiff
authorJosh <jokajak@gmail.com>2013-12-04 12:55:08 (UTC)
committer Josh <jokajak@gmail.com>2013-12-04 12:55:08 (UTC)
commitaa13a0f3a934a4dda2cca3927792c9aaa4a5a18b (patch) (side-by-side diff)
tree7ec502392464c4d6d07d309762e7b644a561c2a4
parent1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (diff)
downloadclipperz-aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b.zip
clipperz-aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b.tar.gz
clipperz-aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b.tar.bz2
Fix dump path for php backend to be relative
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--backend/php/properties/php.properties.json2
1 files changed, 1 insertions, 1 deletions
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"
}