summaryrefslogtreecommitdiff
path: root/protected/config/main.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-25 09:13:44 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-25 09:13:44 +0200
commit9bdc1d98f91181375a6c077052db3c702a27c294 (patch)
tree192e01303b6f883375aeb6048c83a7ad1af326fa /protected/config/main.php
parent73cbf16f510930747aae963a863570c277332187 (diff)
2012 Inhalte für die Datenbank, anzeige erstmal auf cms reduziert
Diffstat (limited to '')
-rw-r--r--protected/config/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index 87266e5..6a1cceb 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -45,7 +45,7 @@ return array(
'components'=>array(
'user'=>array(
// enable cookie-based authentication
- 'allowAutoLogin'=>true,
+ 'allowAutoLogin'=>false,
),
'cache' => array(
'class' => 'system.caching.CFileCache',