diff options
Diffstat (limited to 'apps/unhosted/appinfo/app.php')
-rw-r--r-- | apps/unhosted/appinfo/app.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/unhosted/appinfo/app.php b/apps/unhosted/appinfo/app.php deleted file mode 100644 index 84e07304534..00000000000 --- a/apps/unhosted/appinfo/app.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php -OC_App::register( array( - 'order' => 10, - 'id' => 'unhosted', - 'name' => 'Unhosted Web' )); |