Merge pull request #51 from jokajak/fixPHPDumpLink

Fix dump path for php backend to be relative
This commit is contained in:
Giulio Cesare Solaroli
2013-12-09 07:42:21 -08:00

View File

@@ -1,5 +1,5 @@
{
"request.path": "../index.php",
"dump.path": "/../dump.php",
"dump.path": "../dump.php",
"should.pay.toll": "false"
}