summaryrefslogtreecommitdiff
path: root/protected/config/maincfg.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-06-22 10:59:33 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-06-22 10:59:33 +0200
commit3e38cb6a4881caf36df699cf36b82d1fad31326b (patch)
tree6a797714672c4ab07fe7fbb14ab2a5abe891a164 /protected/config/maincfg.php
parent4f959ffc80e64dc9ee8383826a546723d97305d9 (diff)
parente4d6e829d133584fd04e5f7ae36ba786115b7586 (diff)
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/config/maincfg.php')
-rw-r--r--protected/config/maincfg.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/protected/config/maincfg.php b/protected/config/maincfg.php
index c3dd6b3..124cd3c 100644
--- a/protected/config/maincfg.php
+++ b/protected/config/maincfg.php
@@ -20,16 +20,17 @@ return array(
'application.components.*',
'application.extensions.egmap.*',
'application.modules.auditTrail.models.AuditTrail',
+ 'application.extensions.yii-mail.YiiMailMessage'
),
'modules'=>array(
// uncomment the following to enable the Gii tool
- 'gii'=>array(
+ /*'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'astafGen',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
- ),
+ ),*/
'auditTrail'=>array(
'userClass' => 'User', // the class name for the user object
'userIdColumn' => 'id', // the column name of the primary key for the user
@@ -49,6 +50,13 @@ return array(
'simpleImage'=>array(
'class' => 'application.extensions.SimpleImage.CSimpleImage',
),
+ 'mail' => array(
+ 'class' => 'application.extensions.yii-mail.YiiMail',
+ 'transportType' => 'php',
+ 'viewPath' => 'application.views.mail',
+ 'logging' => true,
+ 'dryRun' => true
+ ),
// uncomment the following to enable URLs in path-format
/*'urlManager'=>array(