author | Josh <jokajak@gmail.com> | 2012-03-06 15:43:42 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2012-03-06 15:43:42 (UTC) |
commit | ba9eff02a0ee404e9da1431e8ab6056b3f3b97f5 (patch) (unidiff) | |
tree | cfad1b81e740c7908c4e5458e9c2532eed52ef89 /backend | |
parent | e7e021141d7906b537b3622ed706017f31222dfd (diff) | |
download | clipperz-ba9eff02a0ee404e9da1431e8ab6056b3f3b97f5.zip clipperz-ba9eff02a0ee404e9da1431e8ab6056b3f3b97f5.tar.gz clipperz-ba9eff02a0ee404e9da1431e8ab6056b3f3b97f5.tar.bz2 |
Fix syntax problem in php.properties.json
was missing a ,
-rw-r--r-- | backend/php/properties/php.properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/php/properties/php.properties.json b/backend/php/properties/php.properties.json index 8ce703a..dd25b09 100644 --- a/backend/php/properties/php.properties.json +++ b/backend/php/properties/php.properties.json | |||
@@ -2,3 +2,3 @@ | |||
2 | "request.path": "index.php", | 2 | "request.path": "index.php", |
3 | "should.pay.toll": "false" | 3 | "should.pay.toll": "false", |
4 | 4 | ||
@@ -8,2 +8,2 @@ | |||
8 | 8 | ||
9 | } \ No newline at end of file | 9 | } |