diff options
Diffstat (limited to 'protected/config')
| -rw-r--r-- | protected/config/main.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protected/config/main.php b/protected/config/main.php index 653a119..87266e5 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -91,9 +91,9 @@ return array( ), // uncomment the following to show log messages on web pages -// array( -// 'class'=>'CWebLogRoute', -// ), + array( + 'class'=>'CWebLogRoute', + ), ), ), |
