From 2c29c8352a4a47e074c8c34d1dca63bc02b5f89e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 23 Feb 2024 22:07:38 +0100 Subject: [PATCH] [ticket/17291] Add styles/all/imgs to allowed paths for acp style files PHPBB3-17291 --- phpBB/adm/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 68f8ee634a..0f9ff7eaee 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -63,6 +63,7 @@ $template->set_custom_style( ], [ $phpbb_admin_path . 'style', + $phpbb_root_path . 'styles/all/imgs/', $phpbb_root_path . 'styles/all/template/', ], );