diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-08-26 17:30:07 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-08-26 17:30:07 +0200 |
commit | 72e9a2ce57ee88503db83614cec5ccda71f0b58e (patch) | |
tree | 8bc301ca22d9ca08ea54426bcb61f62bd1c1cb75 /apps/admin_dependencies_chk/appinfo | |
parent | 32bad688bdb4fea55eba9d4255fc55f1c60a0aca (diff) | |
download | nextcloud-server-72e9a2ce57ee88503db83614cec5ccda71f0b58e.tar.gz nextcloud-server-72e9a2ce57ee88503db83614cec5ccda71f0b58e.zip |
moved to apps repository
Diffstat (limited to 'apps/admin_dependencies_chk/appinfo')
-rw-r--r-- | apps/admin_dependencies_chk/appinfo/app.php | 4 | ||||
-rw-r--r-- | apps/admin_dependencies_chk/appinfo/info.xml | 10 | ||||
-rw-r--r-- | apps/admin_dependencies_chk/appinfo/version | 1 |
3 files changed, 0 insertions, 15 deletions
diff --git a/apps/admin_dependencies_chk/appinfo/app.php b/apps/admin_dependencies_chk/appinfo/app.php deleted file mode 100644 index 62b26342d23..00000000000 --- a/apps/admin_dependencies_chk/appinfo/app.php +++ /dev/null @@ -1,4 +0,0 @@ -<?php -$l=OC_L10N::get('admin_dependencies_chk'); - -OCP\App::registerAdmin('admin_dependencies_chk','settings'); diff --git a/apps/admin_dependencies_chk/appinfo/info.xml b/apps/admin_dependencies_chk/appinfo/info.xml deleted file mode 100644 index 90ea72bf4b6..00000000000 --- a/apps/admin_dependencies_chk/appinfo/info.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0"?> -<info> - <id>admin_dependencies_chk</id> - <name>ownCloud dependencies info</name> - <licence>AGPL</licence> - <author>Brice Maron (eMerzh)</author> - <require>4</require> - <shipped>true</shipped> - <description>Display OwnCloud's dependencies informations (missings modules, ...)</description> -</info> diff --git a/apps/admin_dependencies_chk/appinfo/version b/apps/admin_dependencies_chk/appinfo/version deleted file mode 100644 index d1c6331b310..00000000000 --- a/apps/admin_dependencies_chk/appinfo/version +++ /dev/null @@ -1 +0,0 @@ -0.01
\ No newline at end of file |