コード例 #1
0
ファイル: file.php プロジェクト: mosilver/contao
<?php

/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2014 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
// Set the script name
define('TL_SCRIPT', 'contao/file.php');
// Initialize the system
define('TL_MODE', 'BE');
require dirname(dirname(__DIR__)) . '/system/initialize.php';
// Run the controller
$controller = new BackendFile();
$controller->run();