diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-18 17:27:34 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-18 17:27:34 +0200 |
commit | 45de7ad221f9e505abdabcc5084dd12c80851469 (patch) | |
tree | 9afe2994fe01d35cf7aa2e16389c04bb3e298faf /files/appinfo/app.php | |
parent | dfc92675e0d76ad9550a274b712e084e1738831c (diff) | |
download | nextcloud-server-45de7ad221f9e505abdabcc5084dd12c80851469.tar.gz nextcloud-server-45de7ad221f9e505abdabcc5084dd12c80851469.zip |
move files to app folder
Diffstat (limited to 'files/appinfo/app.php')
-rw-r--r-- | files/appinfo/app.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/files/appinfo/app.php b/files/appinfo/app.php deleted file mode 100644 index c4a2ee7407a..00000000000 --- a/files/appinfo/app.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - - -$l=OC_L10N::get('files'); - -OC_App::register( array( "order" => 2, "id" => "files", "name" => "Files" )); - -OC_App::addNavigationEntry( array( "id" => "files_index", "order" => 0, "href" => OC_Helper::linkTo( "files", "index.php" ), "icon" => OC_Helper::imagePath( "core", "places/home.svg" ), "name" => $l->t("Files") )); - -OC_Search::registerProvider('OC_Search_Provider_File'); |