diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 15:39:17 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 15:39:17 +0200 |
commit | 936c8ba1cc3b36fdc122276fc9a96de4a4003bd1 (patch) | |
tree | bc78ce93b5cafaead97d054c640d2f7e88be967d /core | |
parent | 5904d5cf50ba5567fac40e6fa1f1ded6a9f48bcd (diff) | |
download | nextcloud-server-936c8ba1cc3b36fdc122276fc9a96de4a4003bd1.tar.gz nextcloud-server-936c8ba1cc3b36fdc122276fc9a96de4a4003bd1.zip |
improve remote.php and create public.php
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 7585d4b09d1..44255ed6670 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -33,7 +33,7 @@ OC={ webroot:oc_webroot, appswebroot:oc_appswebroot, currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false, - coreApps:['admin','log','search','settings','core','3rdparty'], + coreApps:['', 'admin','log','search','settings','core','3rdparty'], /** * get an absolute url to a file in an appen * @param app the id of the app the file belongs to |