* * Requirements: * @con_php_req 5 * * @package ContenidoBackendArea * @version * @author unknown * @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 unknown * modified 2008-06-16, H. Librenz - Hotfix: checking for potential unsecure calling * modified 2008-07-04, bilal arslan, added security fix * * $Id$: * }} * */ if (!defined("CON_FRAMEWORK")) { define("CON_FRAMEWORK", true); } $contenido_path = ''; # include the config file of the frontend to init the Client and Language Id include_once ("config.php"); // include security class and check request variables include_once ($contenido_path . 'classes/class.security.php'); Contenido_Security::checkRequests(); include_once ($contenido_path . "includes/startup.php"); cInclude("includes", "functions.general.php"); if ($contenido) { page_open(array('sess' => 'Contenido_Session', 'auth' => 'Contenido_Challenge_Crypt_Auth', 'perm' => 'Contenido_Perm')); } else { page_open(array('sess' => 'Contenido_Frontend_Session', 'auth' => 'Contenido_Frontend_Challenge_Crypt_Auth', 'perm' => 'Contenido_Perm')); } /* Shorten load time */ $client = $load_client; $dbfs = new DBFSCollection; $dbfs->outputFile($file); page_close(); ?>