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 /apps/files/appinfo | |
parent | 5904d5cf50ba5567fac40e6fa1f1ded6a9f48bcd (diff) | |
download | nextcloud-server-936c8ba1cc3b36fdc122276fc9a96de4a4003bd1.tar.gz nextcloud-server-936c8ba1cc3b36fdc122276fc9a96de4a4003bd1.zip |
improve remote.php and create public.php
Diffstat (limited to 'apps/files/appinfo')
-rwxr-xr-x | apps/files/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 2cc2d48602c..e7358242ddb 100755 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -7,4 +7,4 @@ OCP\App::registerAdmin('files','admin'); OCP\App::addNavigationEntry( array( "id" => "files_index", "order" => 0, "href" => OCP\Util::linkTo( "files", "index.php" ), "icon" => OCP\Util::imagePath( "core", "places/home.svg" ), "name" => $l->t("Files") )); OC_Search::registerProvider('OC_Search_Provider_File'); -OCP\CONFIG::setAppValue('core', 'webdav', '/apps/files/appinfo/remote.php');
\ No newline at end of file +OCP\CONFIG::setAppValue('core', 'remote_webdav', '/apps/files/appinfo/remote.php');
\ No newline at end of file |