aboutsummaryrefslogtreecommitdiffstats
path: root/help/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/appinfo/app.php')
-rw-r--r--help/appinfo/app.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php
new file mode 100644
index 00000000000..661b554f417
--- /dev/null
+++ b/help/appinfo/app.php
@@ -0,0 +1,5 @@
+<?php
+
+OC_APP::register( array( "id" => "help", "name" => "Help" ));
+
+?>