]> 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 12:10:35 +0000 (14:10 +0200)
commitc9afa60f6281dbaa2c5b0624ec818fc944c921e0
tree84bb4668b807f481c23f2e2dabaffbb46219d87c
parent5913a694de0e98e918d9d08340ac88c9f1eab937
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