1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 06:25:04 +02:00

[ticket/12586] Limit depth to 2, we require vendor/extension/ext.php

PHPBB3-12586
This commit is contained in:
Joas Schilling 2014-05-22 23:43:35 +02:00
parent 488904d0bf
commit 1572aca7b0

View File

@ -414,6 +414,7 @@ class manager
),
\RecursiveIteratorIterator::SELF_FIRST
);
$iterator->setMaxDepth(2);
foreach ($iterator as $file_info)
{