From 56eb3a96f336d2c3db2604ff80c36d4041256ef7 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Mon, 09 Dec 2013 15:42:21 +0000 Subject: Merge pull request #51 from jokajak/fixPHPDumpLink 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