summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-28 13:07:36 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-28 13:07:36 +0200
commit378e164a3d314766d8993b741f333425a8d3a979 (patch)
tree86500899823b4eaa975d8f1ae0c43c113968383d /protected/config
parent862226475726fd68b9f2d60777bf6f7a02a8b3db (diff)
Firest Release, 2012 CMS fertig
Diffstat (limited to 'protected/config')
-rw-r--r--protected/config/main.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index fdb336b..f880b8a 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -28,12 +28,12 @@ return array(
'modules'=>array(
// uncomment the following to enable the Gii tool
- 'gii'=>array(
+/* 'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'AsTaF4',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
- ),
+ ),*/
'cms' => array(
'languages' => array('de','en'), // place all valid languages here
'layout' => '',
@@ -54,7 +54,7 @@ return array(
'enableSkin' => true,
),
// uncomment the following to enable URLs in path-format
- /*
+
'urlManager'=>array(
'urlFormat'=>'path',
'rules'=>array(
@@ -63,7 +63,7 @@ return array(
'<controller:\w+>/<action:\w+>'=>'<controller>/<action>',
),
),
- */
+
// 'db'=>array(
// 'connectionString' => 'sqlite:'.dirname(__FILE__).'/../data/testdrive.db',
// ),
@@ -87,13 +87,13 @@ return array(
'routes'=>array(
array(
'class'=>'CFileLogRoute',
- 'levels'=>'error, warning, debug,trace',
+ 'levels'=>'error, warning',//, debug,trace',
),
// uncomment the following to show log messages on web pages
- array(
+ /*array(
'class'=>'CWebLogRoute',
- ),
+ ),*/
),
),