summaryrefslogtreecommitdiffstats
path: root/help/appinfo/app.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 04:04:48 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 05:13:34 +0200
commit4a5ee765cf5030c7d92d88687e886079f6bafb1e (patch)
tree0b87acdf2f21f56dc1b97b063121899f3cae87bc /help/appinfo/app.php
parent67156f87e3757fbd5e692e7d6b2209cfafc6c3cf (diff)
downloadnextcloud-server-4a5ee765cf5030c7d92d88687e886079f6bafb1e.tar.gz
nextcloud-server-4a5ee765cf5030c7d92d88687e886079f6bafb1e.zip
merged admin, help and settings to settings
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" ));
-
-?>