X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/ea9309c4885945b53c62419e3dd0bee481d5fbc7..bfa7453b18469370dc8668aeaf4afaaef93cdaac:/index.php diff --git a/index.php b/index.php index ccf81bc9006..70b82bc0b49 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /*************************************************************** * Copyright notice * -* (c) 1999-2010 Kasper Skaarhoj (kasperYYYY@typo3.com) +* (c) 1999-2011 Kasper SkÃ¥rhøj (kasperYYYY@typo3.com) * All rights reserved * * This script is part of the TYPO3 project. The TYPO3 project is @@ -28,9 +28,7 @@ * This is the MAIN DOCUMENT of the TypoScript driven standard front-end (from the "cms" extension) * Basically this is the "index.php" script which all requests for TYPO3 delivered pages goes to in the frontend (the website) * - * $Id$ - * - * @author René Fritz + * @author René Fritz * @package TYPO3 * @subpackage tslib */ @@ -39,11 +37,7 @@ // Set error reporting // ******************************* -if (defined('E_DEPRECATED')) { - error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED); -} else { - error_reporting(E_ALL ^ E_NOTICE); -} +error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED); // ******************