Created
July 12, 2010 02:31
-
-
Save eeinsider/472067 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Debugging and performance | |
$config['show_profiler'] = 'n'; # y/n | |
$config['template_debugging'] = 'n'; # y/n | |
$config['debug'] = '1'; # 0: no PHP/SQL errors shown. 1: Errors shown to Super Admins. 2: Errors shown to everyone. | |
$config['disable_all_tracking'] = 'y'; # y/n | |
$config['enable_sql_caching'] = 'n'; # Cache Dynamic Channel Queries? | |
$config['email_debug'] = 'n'; # y/n | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment