Fix syntax problem in php.properties.json
was missing a ,
This commit is contained in:
parent
e7e021141d
commit
ba9eff02a0
@ -1,9 +1,9 @@
|
||||
{
|
||||
"request.path": "index.php",
|
||||
"should.pay.toll": "false"
|
||||
"should.pay.toll": "false",
|
||||
|
||||
"development.settings": {
|
||||
"url": "http://localhost/php/clipperz"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user