[ticket/17291] Add styles/all/imgs to allowed paths for acp style files

PHPBB3-17291
This commit is contained in:
Marc Alexander 2024-02-23 22:07:38 +01:00
parent 35f4dc7691
commit 2c29c8352a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -63,6 +63,7 @@ $template->set_custom_style(
], ],
[ [
$phpbb_admin_path . 'style', $phpbb_admin_path . 'style',
$phpbb_root_path . 'styles/all/imgs/',
$phpbb_root_path . 'styles/all/template/', $phpbb_root_path . 'styles/all/template/',
], ],
); );