Minor improvements to the system check
authorAlexander Ebert <ebert@woltlab.com>
Wed, 30 Jan 2019 12:09:07 +0000 (13:09 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 30 Jan 2019 12:09:07 +0000 (13:09 +0100)
wcfsetup/install/files/lib/acp/page/SystemCheckPage.class.php

index 0ed3eb3e3dad41add6b6f998a1ba31606c02096b..067db23795fef527198b36f83e6520b16b3a7046 100644 (file)
@@ -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 <http://opensource.org/licenses/lgpl-license.php>
@@ -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;