Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 455 Bytes

File metadata and controls

13 lines (10 loc) · 455 Bytes

phpscript_compatibility

Backwards compatibility of PHP_SCRIPT (TYPO3 Extension)

This extension makes the following TypoScript Snippet work with TYPO3 6.2 and up:

my_php_script = PHP_SCRIPT
my_php_script {
    file = fileadmin/my_php_script.php
}

This extension should only be used for compatibility reasons! Please use Userfunctions instead!