Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Proxy/Proxy.php18
-rw-r--r--plugins/Proxy/plugin.json4
2 files changed, 4 insertions, 18 deletions
diff --git a/plugins/Proxy/Proxy.php b/plugins/Proxy/Proxy.php
index e879eddaa9..465847368a 100644
--- a/plugins/Proxy/Proxy.php
+++ b/plugins/Proxy/Proxy.php
@@ -8,28 +8,10 @@
*/
namespace Piwik\Plugins\Proxy;
-use Piwik\Version;
-
/**
* Proxy services for the UI
*
*/
class Proxy extends \Piwik\Plugin
{
- /**
- * Return information about this plugin.
- *
- * @see Piwik\Plugin
- *
- * @return array
- */
- public function getInformation()
- {
- return array(
- 'description' => 'Proxy services',
- 'authors' => array(array('name' => 'Piwik', 'homepage' => 'http://piwik.org/')),
- 'version' => Version::VERSION,
- 'translationAvailable' => false,
- );
- }
}
diff --git a/plugins/Proxy/plugin.json b/plugins/Proxy/plugin.json
new file mode 100644
index 0000000000..cf5dd8b267
--- /dev/null
+++ b/plugins/Proxy/plugin.json
@@ -0,0 +1,4 @@
+{
+ "name": "Proxy",
+ "description": "Proxy services"
+} \ No newline at end of file