Actions
Task #60112
closedChange check for TYPO3_MODE in ext_tables.php and ext_localconf.php
Start date:
2014-07-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Change check for TYPO3_MODE in ext_tables.php and ext_localconf.php
if (!defined('TYPO3_MODE')) {
die('Access denied.');
}
to
defined('TYPO3_MODE') or die();
Actions