]> source.dussan.org Git - nextcloud-server.git/commit
Fix webroot for update page
authorVincent Petry <pvince81@owncloud.com>
Fri, 13 Dec 2013 11:54:08 +0000 (12:54 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 13 Dec 2013 11:56:48 +0000 (12:56 +0100)
commitdf1a404466340700cfe16d4a57c2bd964290d35a
treeae2ed248126b1b437f158b8aa1bc9446baaf5c01
parent3084a52a970c83ca35135f490b9bcb06b9900867
Fix webroot for update page

On the update page, config.js was missing which caused oc_webroot to not
be available. That would trigger the faulty oc_webroot fallback that
didn't take URLs like "/owncloud/index.php/files/apps" into account.

This fix adds config.js in the update page and also a fix for the
oc_webroot fallback, in case it is used elsewhere.
core/js/js.js
lib/base.php