]> source.dussan.org Git - nextcloud-server.git/commit
Move trusted domain check to init()
authorLukas Reschke <lukas@owncloud.com>
Fri, 5 Sep 2014 12:10:35 +0000 (14:10 +0200)
committerLukas Reschke <lukas@owncloud.com>
Fri, 5 Sep 2014 16:20:40 +0000 (18:20 +0200)
commit640abbe09912448c119c62d60a46f89fb530ed2c
treedaef0930adcb677dab88c4015318acb937c9fe97
parent1f2550e3daf5180c046ad72ab588ea7b74e58a41
Move trusted domain check to init()

handleRequest() is not called from remote.php or public.php which made these files party available but all included apps in there produced errors.

As the expected behaviour is anyways that a trusted domain warning is shown I moved this to init()

Fixes https://github.com/owncloud/core/issues/10064
lib/base.php