Created
February 15, 2016 08:30
-
-
Save nadavkav/fc40a363483a6eb63870 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
//$CFG->enablecssoptimiser = false; | |
//$CFG->themedesignermode = 1; // 1 = Theme Designer mode. | |
// For javascript debugging. | |
//$CFG->cachejs = false; | |
//$CFG->yuicomboloading = false; | |
//$CFG->yuiloglevel = 'debug'; | |
//$CFG->debug = 32767; | |
// Force a debugging mode regardless the settings in the site administration | |
// $CFG->showcrondebugging = true; | |
//$CFG->debugusers = '2'; | |
// @error_reporting(E_ALL | E_STRICT); // NOT FOR PRODUCTION SERVERS! | |
// @ini_set('html_errors', '1'); // NOT FOR PRODUCTION SERVERS! | |
// $CFG->debug = (E_ALL | E_STRICT); // === DEBUG_DEVELOPER - NOT FOR PRODUCTION SERVERS! | |
// $CFG->debugdisplay = 1; // NOT FOR PRODUCTION SERVERS! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment