Light
Dark
Beschreibung
<?php
// 1. fileDenyPattern // \.(php[3-7]?|phpsh|phtml)(\..*)?$|^\.htaccess$
$GLOBALES['BE']['fileDenyPattern'] = '\\.(php[3-7]+|phpsh|phtml)(\\..*)?$|^\\.htaccess$';
// 2.
$GLOBALES['SYS']['textfile_ext'] = 'php,txt,ts,typoscript,html,htm,css,tmpl,';