From 85f05df83881c58012a0871084daf37ce5885230 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 30 Jan 2019 13:09:07 +0100 Subject: [PATCH] Minor improvements to the system check --- .../install/files/lib/acp/page/SystemCheckPage.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/page/SystemCheckPage.class.php b/wcfsetup/install/files/lib/acp/page/SystemCheckPage.class.php index 0ed3eb3e3d..067db23795 100644 --- a/wcfsetup/install/files/lib/acp/page/SystemCheckPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/SystemCheckPage.class.php @@ -7,8 +7,6 @@ use wcf\system\WCF; use wcf\util\FileUtil; /** - * Shows the style list page. - * * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License @@ -36,7 +34,7 @@ class SystemCheckPage extends AbstractPage { '/', '/acp/style', '/acp/templates/compiled', - '/attachments', + '/attachments/*', '/cache', '/images/*', '/language', @@ -70,6 +68,7 @@ class SystemCheckPage extends AbstractPage { 'pcre', 'gd', 'hash', + 'exif', ]; public $phpMemoryLimit = 128; -- 2.20.1