Skip to content

simonschaufi/phpscript_compatibility

Repository files navigation

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!