diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 00:53:10 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 00:53:10 +0200 |
commit | ca04b33abebce8ac21b561882761b4467302639d (patch) | |
tree | e9c6cc5f8e228fdd0cbca4a277e2419d587d005e /plugins | |
parent | 7de3ecfe5f5e7eebe88b5eb7027abfa0c73898cd (diff) | |
download | nextcloud-server-ca04b33abebce8ac21b561882761b4467302639d.tar.gz nextcloud-server-ca04b33abebce8ac21b561882761b4467302639d.zip |
first step on online ocs knowledgebase integration
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/publiclink/plugin.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/publiclink/plugin.xml b/plugins/publiclink/plugin.xml deleted file mode 100755 index 75abed6cf08..00000000000 --- a/plugins/publiclink/plugin.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0"?> -<plugin version="1.0"> - <info> - <id>publiclink</id> - <name>Simple file sharing by creating a public link to a file</name> - <version>0.1</version> - <licence>AGPL</licence> - <author>Robin Appelman</author> - <require>1.1</require> - </info> - <runtime> - <include>lib_public.php</include> - </runtime> - <install> - <database>db_structure.xml</database> - </install> -</plugin> |