Project

General

Profile

Actions

Task #60112

closed

Change check for TYPO3_MODE in ext_tables.php and ext_localconf.php

Added by Wouter Wolters over 10 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

Also available in: Atom PDF