thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

How to disable the YII_DEBUG? #146

Closed nagarajpg closed 11 years ago

nagarajpg commented 11 years ago

How can I remove the Red bar in the YUM? I tried to comment the lines in index.php but still I am getting the redbar in YUM. Please tell how can I disable the debug mode for YUM.

Thanks

thyseus commented 11 years ago

You can set 'debug' to false in your config/main.php:

'modules' => array('user' => array('debug' => false,