From 1dbc8d6062e3784cc9fe0637c70f461a2047af2e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Jul 2015 13:42:22 +0300 Subject: add af_zz_noautoplay plugin --- plugins/af_zz_noautoplay/init.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/af_zz_noautoplay/init.php (limited to 'plugins/af_zz_noautoplay/init.php') diff --git a/plugins/af_zz_noautoplay/init.php b/plugins/af_zz_noautoplay/init.php new file mode 100644 index 000000000..a36dafa96 --- /dev/null +++ b/plugins/af_zz_noautoplay/init.php @@ -0,0 +1,24 @@ +host = $host; + } + + function get_js() { + return file_get_contents(__DIR__ . "/init.js"); + } + + function api_version() { + return 2; + } + +} +?> -- cgit v1.2.3