mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 12:46:38 +02:00
[ticket/17291] Add styles/all/imgs to allowed paths for acp style files
PHPBB3-17291
This commit is contained in:
@ -63,6 +63,7 @@ $template->set_custom_style(
|
||||
],
|
||||
[
|
||||
$phpbb_admin_path . 'style',
|
||||
$phpbb_root_path . 'styles/all/imgs/',
|
||||
$phpbb_root_path . 'styles/all/template/',
|
||||
],
|
||||
);
|
||||
|
Reference in New Issue
Block a user