From ba9eff02a0ee404e9da1431e8ab6056b3f3b97f5 Mon Sep 17 00:00:00 2001
From: Josh <jokajak@gmail.com>
Date: Tue, 06 Mar 2012 15:43:42 +0000
Subject: Fix syntax problem in php.properties.json

was missing a ,
---
(limited to 'backend')

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
@@ -1,9 +1,9 @@
 {
 	"request.path": "index.php",
-	"should.pay.toll": "false"
+	"should.pay.toll": "false",
 
 	"development.settings": {
 		"url": "http://localhost/php/clipperz"
 	}
 
-}
\ No newline at end of file
+}
--
cgit v0.9.0.2