diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-04-28 17:06:39 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-04-28 17:06:39 +0200 |
| commit | 139dbc9cc21fb1d419c6ecc80380f723e613efbc (patch) | |
| tree | 3bfa5c3ee5c84e2ff9ec7ccef2b27f1f378a6a19 /protected/config/maincfg.php | |
| parent | 2d4bddcbf7b816f86db6f308a4d11bc9787c1f99 (diff) | |
- AuditTrail Berechtigungen gesetzt (Nur Admin)
- Fehler in Extension "CJuiDateTimePicker" beseitigt
- DateCompareValidator hinzugefügt
- DateRangeValidator hinzugefügt
- Datenbanktabellennamen geändert
- Views für die Veranstaltungen bearbeitet
Diffstat (limited to 'protected/config/maincfg.php')
| -rw-r--r-- | protected/config/maincfg.php | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php index c1443ba..0195b09 100644 --- a/protected/config/maincfg.php +++ b/protected/config/maincfg.php @@ -7,7 +7,7 @@ // CWebApplication properties can be configured here. return array( 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..', - 'name'=>'Altstadtfest Waiblingen - Vereinsadministration', + 'name'=>'Vereinsadministration - Altstadtfest Waiblingen', // preloading 'log' component 'preload'=>array('log'), @@ -41,6 +41,9 @@ return array( // enable cookie-based authentication 'allowAutoLogin'=>true, ), + 'session'=>array( + 'timeout'=>30, + ), // uncomment the following to enable URLs in path-format /*'urlManager'=>array( @@ -74,12 +77,15 @@ return array( 'class'=>'CFileLogRoute', 'levels'=>'error, warning', ), + array( + 'class'=>'CFileLogRoute', + 'logFile'=>'debug.log', + ), // uncomment the following to show log messages on web pages /* array( 'class'=>'CWebLogRoute', - ), - */ + ),*/ ), ), ), |
