author | Josh <jokajak@gmail.com> | 2013-12-04 12:55:08 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2013-12-04 12:55:08 (UTC) |
commit | aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b (patch) (side-by-side diff) | |
tree | 7ec502392464c4d6d07d309762e7b644a561c2a4 /backend/php | |
parent | 1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (diff) | |
download | clipperz-aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b.zip clipperz-aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b.tar.gz clipperz-aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b.tar.bz2 |
Fix dump path for php backend to be relative
-rw-r--r-- | backend/php/properties/php.properties.json | 2 |
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" } |