Fix syntax problem in php.properties.json

was missing a ,
master-GE
Josh 2012-03-06 10:43:42 -05:00
parent e7e021141d
commit ba9eff02a0
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"request.path": "index.php",
"should.pay.toll": "false"
"should.pay.toll": "false",
"development.settings": {
"url": "http://localhost/php/clipperz"
}
}
}