From: Alexander Ebert Date: Thu, 15 Dec 2016 10:01:35 +0000 (+0100) Subject: Moved CORS handling up X-Git-Tag: 3.0.0_RC_2~52 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dba8bf0709016aca90e5ae7e513401616b998304;p=GitHub%2FWoltLab%2FWCF.git Moved CORS handling up --- diff --git a/wcfsetup/install/files/lib/system/WCFACP.class.php b/wcfsetup/install/files/lib/system/WCFACP.class.php index f5982be89d..c8f2984135 100644 --- a/wcfsetup/install/files/lib/system/WCFACP.class.php +++ b/wcfsetup/install/files/lib/system/WCFACP.class.php @@ -53,6 +53,7 @@ class WCFACP extends WCF { // start initialization $this->initDB(); $this->loadOptions(); + $this->initCors(); $this->initPackage(); $this->initSession(); $this->initLanguage(); @@ -65,7 +66,6 @@ class WCFACP extends WCF { $this->initApplications(); } - $this->initCors(); $this->initBlacklist(); $this->initAuth();