fixed #29
parent
50553924d4
commit
d482a362af
@ -1,53 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Project:
|
||||
* Contenido Content Management System
|
||||
*
|
||||
* Description:
|
||||
* <Description>
|
||||
*
|
||||
* Requirements:
|
||||
* @con_php_req 5
|
||||
* @con_template <Templatefiles>
|
||||
* @con_notice <Notice>
|
||||
*
|
||||
*
|
||||
* @package ContenidoBackendArea
|
||||
* @version <version>
|
||||
* @author <author>
|
||||
* @copyright four for business AG <www.4fb.de>
|
||||
* @license http://www.contenido.org/license/LIZENZ.txt
|
||||
* @link http://www.4fb.de
|
||||
* @link http://www.contenido.org
|
||||
*
|
||||
*
|
||||
*
|
||||
* {@internal
|
||||
* created <date>
|
||||
* 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;
|
||||
|
||||
?>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue