Project

General

Profile

Actions

Feature #25709

closed

Need to add possibility to change the file size limitation for INCLUDE_TYPOSCRIPT

Added by Rastislav Birka over 13 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-04-01
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The limit for size of INCLUDE_TYPOSCRIPT files is currently hardcoded to 100KB.

Now it's directly in script class.t3lib_tsparser.php function checkIncludeLines: if (@is_file($filename) && filesize($filename) < 100000).

The suggestion is to add this as a BE constant, e.g. $GLOBALS['TYPO3_CONF_VARS']['SYS']['maxFileSizeForIncludeTyposcript']

Actions

Also available in: Atom PDF