From 2c967d60237c5890549b9c9fa680ee7adec10e6a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 May 2013 10:09:38 +0400 Subject: move example plugins to -contrib --- plugins/example_api/init.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 plugins/example_api/init.php (limited to 'plugins/example_api') diff --git a/plugins/example_api/init.php b/plugins/example_api/init.php deleted file mode 100644 index 1f896badf..000000000 --- a/plugins/example_api/init.php +++ /dev/null @@ -1,34 +0,0 @@ -host = $host; - - $host->add_api_method("example_testmethod", $this); - } - - function example_testmethod() { - return array(API::STATUS_OK, array("current_time" => time())); - } - - function api_version() { - return 2; - } - -} -?> -- cgit v1.2.3-54-g00ecf