Skip to content

Instantly share code, notes, and snippets.

@nadavkav
Created February 15, 2016 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nadavkav/fc40a363483a6eb63870 to your computer and use it in GitHub Desktop.
Save nadavkav/fc40a363483a6eb63870 to your computer and use it in GitHub Desktop.
//$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