add css and scripts before session init
This commit is contained in:
parent
81c664697b
commit
18b7a2bf21
|
@ -459,8 +459,8 @@ class OC {
|
|||
self::checkConfig();
|
||||
self::checkInstalled();
|
||||
self::checkSSL();
|
||||
self::initSession();
|
||||
self::initTemplateEngine();
|
||||
self::initSession();
|
||||
|
||||
$errors = OC_Util::checkServer();
|
||||
if (count($errors) > 0) {
|
||||
|
|
Loading…
Reference in New Issue