author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-12-09 15:42:21 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-12-09 15:42:21 (UTC) |
commit | 56eb3a96f336d2c3db2604ff80c36d4041256ef7 (patch) (unidiff) | |
tree | 7ec502392464c4d6d07d309762e7b644a561c2a4 | |
parent | 1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (diff) | |
parent | aa13a0f3a934a4dda2cca3927792c9aaa4a5a18b (diff) | |
download | clipperz-56eb3a96f336d2c3db2604ff80c36d4041256ef7.zip clipperz-56eb3a96f336d2c3db2604ff80c36d4041256ef7.tar.gz clipperz-56eb3a96f336d2c3db2604ff80c36d4041256ef7.tar.bz2 |
Merge pull request #51 from jokajak/fixPHPDumpLink
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 @@ | |||
1 | { | 1 | { |
2 | "request.path": "../index.php", | 2 | "request.path": "../index.php", |
3 | "dump.path": "/../dump.php", | 3 | "dump.path": "../dump.php", |
4 | "should.pay.toll": "false" | 4 | "should.pay.toll": "false" |
5 | } | 5 | } |