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