From: Alexander Ebert Date: Wed, 30 Jan 2019 12:09:07 +0000 (+0100) Subject: Minor improvements to the system check X-Git-Tag: 5.2.0_Alpha_1~333 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=85f05df83881c58012a0871084daf37ce5885230;p=GitHub%2FWoltLab%2FWCF.git Minor improvements to the system check --- 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;