+ // // + Copyright: (c) 2005, Cake Authors/Developers + // // +------------------------------------------------------------------+ // // + Licensed under The MIT License + // ////////////////////////////////////////////////////////////////////////// /** * This is core configuration file. Use it to configure core behaviour of * Cake. * * @package cake * @subpackage cake.config */ /** * Set debug level here: * - 0: production * - 1: development * - 2: full debug with sql */ define ('DEBUG', 1); ?>