Deprecation: #109409 - Allowed paths configuration is deprecated
See forge#109409
Description
Using
$GLOBALS
to configure additional public paths for the typo3/ package
has been deprecated.
Configure resources in config/ instead.
See Feature: #109409 - Allow configuration of resources for details.
Impact
TYPO3 installations using
$GLOBALS
will receive a deprecation message whenever resources for the
typo3/ package are resolved.
Affected installations
TYPO3 installations using
$GLOBALS.
Migration
Configure resources in config/ instead of using
$GLOBALS.
See Feature: #109409 - Allow configuration of resources for how to configure resources
for the typo3/ package.