diff options
Diffstat (limited to 'files/appinfo.php')
-rw-r--r-- | files/appinfo.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/appinfo.php b/files/appinfo.php new file mode 100644 index 00000000000..44a533cf4a0 --- /dev/null +++ b/files/appinfo.php @@ -0,0 +1,6 @@ +<?php + +OC_UTIL::addApplication( array( "id" => "files", "name" => "Files" )); +OC_UTIL::addNavigationEntry( array( "app" => "files", "file" => "index.php", "name" => "Files" )); + +?> |