summaryrefslogtreecommitdiffstats
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, 0 insertions, 5 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php
deleted file mode 100644
index 372e28c97bd..00000000000
--- a/help/appinfo/app.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-OC_App::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
-
-?>