* * Requirements: * @con_php_req 5 * @con_template * @con_notice * * * @package ContenidoBackendArea * @version * @author * @copyright four for business AG * @license http://www.contenido.org/license/LIZENZ.txt * @link http://www.4fb.de * @link http://www.contenido.org * * * * {@internal * created * modified 2008-07-04, bilal arslan, added security fix * * $Id$: * }} * */ if(!defined('CON_FRAMEWORK')) { die('Illegal call'); } // Relative path to contenido directory, for all inclusions, in most cases: "../contenido/" $contenido_path = "!PATH!"; // If language isn't specified, set this client and language (ID) $load_lang = "!LANG!"; $load_client = "!CLIENT!"; /* Various debugging options */ $frontend_debug["container_display"] = false; $frontend_debug["module_display"] = false; $frontend_debug["module_timing"] = false; $frontend_debug["module_timing_summary"] = false; /* Set to 1 to brute-force module regeneration */ $force = 0; ?>