summaryrefslogtreecommitdiff
path: root/backend/php
authorClipperz <info@clipperz.com>2013-01-31 13:33:54 (UTC)
committer Clipperz <info@clipperz.com>2013-01-31 13:33:54 (UTC)
commit0e9e5436141790ced2fa712538c9f0cb7b39ee50 (patch) (unidiff)
tree02c035cbe95264b558bbc50a29939c66efd737b5 /backend/php
parent1e19202f478ca4ab25c6566bf1c17dc7f3698824 (diff)
downloadclipperz-0e9e5436141790ced2fa712538c9f0cb7b39ee50.zip
clipperz-0e9e5436141790ced2fa712538c9f0cb7b39ee50.tar.gz
clipperz-0e9e5436141790ced2fa712538c9f0cb7b39ee50.tar.bz2
Simplified Backend property files
Removed extra info not actually used
Diffstat (limited to 'backend/php') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/php/properties/php.properties.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/backend/php/properties/php.properties.json b/backend/php/properties/php.properties.json
index dd25b09..09196c9 100644
--- a/backend/php/properties/php.properties.json
+++ b/backend/php/properties/php.properties.json
@@ -1,9 +1,4 @@
1{ 1{
2 "request.path": "index.php", 2 "request.path": "index.php",
3 "should.pay.toll": "false", 3 "should.pay.toll": "false"
4
5 "development.settings": {
6 "url": "http://localhost/php/clipperz"
7 }
8
9} 4}