summaryrefslogtreecommitdiff
authorGiulio 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)
commit56eb3a96f336d2c3db2604ff80c36d4041256ef7 (patch) (side-by-side diff)
tree7ec502392464c4d6d07d309762e7b644a561c2a4
parent1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (diff)
parentaa13a0f3a934a4dda2cca3927792c9aaa4a5a18b (diff)
downloadclipperz-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
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"
}