Merge pull request #51 from jokajak/fixPHPDumpLink
Fix dump path for php backend to be relative
This commit is contained in:
commit
56eb3a96f3
@ -1,5 +1,5 @@
|
||||
{
|
||||
"request.path": "../index.php",
|
||||
"dump.path": "/../dump.php",
|
||||
"dump.path": "../dump.php",
|
||||
"should.pay.toll": "false"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user