mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Merge pull request #3010 from Nicofuma/ticket/13120
[ticket/13120] Follows the symlinks in phpbb_load_extensions_autoloaders * Nicofuma/ticket/13120: [ticket/13120] Follows the symlinks in phpbb_load_extensions_autoloaders
This commit is contained in:
@@ -31,7 +31,7 @@ function phpbb_load_extensions_autoloaders($phpbb_root_path)
|
|||||||
new \phpbb\recursive_dot_prefix_filter_iterator(
|
new \phpbb\recursive_dot_prefix_filter_iterator(
|
||||||
new \RecursiveDirectoryIterator(
|
new \RecursiveDirectoryIterator(
|
||||||
$phpbb_root_path . 'ext/',
|
$phpbb_root_path . 'ext/',
|
||||||
\FilesystemIterator::SKIP_DOTS
|
\FilesystemIterator::SKIP_DOTS | \FilesystemIterator::FOLLOW_SYMLINKS
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
\RecursiveIteratorIterator::SELF_FIRST
|
\RecursiveIteratorIterator::SELF_FIRST
|
||||||
|
Reference in New Issue
Block a user