* @package TYPO3 * @subpackage tslib */ // ******************************* // Set error reporting // ******************************* error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED); require('typo3/Bootstrap.php'); Typo3_Bootstrap::defineBaseConstants(); Typo3_Bootstrap::defineAndCheckPaths(''); // ****************** // include TSFE // ****************** require (PATH_tslib.'index_ts.php'); ?>