Fix syntax problem in php.properties.json

was missing a ,
This commit is contained in:
Josh 2012-03-06 10:43:42 -05:00
parent e7e021141d
commit ba9eff02a0

View File

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