projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[BUGFIX] Use recursive option of mkdir in t3lib_div::mkdir_deep
[Packages/TYPO3.CMS.git]
/
index.php
diff --git
a/index.php
b/index.php
index
3dc82c0
..
70b82bc
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-2,7
+2,7
@@
/***************************************************************
* Copyright notice
*
/***************************************************************
* Copyright notice
*
-* (c) 1999-201
0
Kasper Skårhøj (kasperYYYY@typo3.com)
+* (c) 1999-201
1
Kasper Skårhøj (kasperYYYY@typo3.com)
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
@@
-28,8
+28,6
@@
* 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)
*
* 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 <r.fritz@colorcube.de>
* @package TYPO3
* @subpackage tslib
* @author René Fritz <r.fritz@colorcube.de>
* @package TYPO3
* @subpackage tslib
@@
-39,11
+37,7
@@
// Set error reporting
// *******************************
// 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);
// ******************
// ******************