From 2f6ea8b387ee4717516cbc96140f58542fbfa30c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Mar 2021 15:09:56 +0300 Subject: split a bunch of plugins into separate repos --- plugins/no_title_counters/init.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 plugins/no_title_counters/init.php (limited to 'plugins/no_title_counters/init.php') diff --git a/plugins/no_title_counters/init.php b/plugins/no_title_counters/init.php deleted file mode 100644 index ff8dbe9fa..000000000 --- a/plugins/no_title_counters/init.php +++ /dev/null @@ -1,24 +0,0 @@ -host = $host; - - } - - function get_js() { - return file_get_contents(__DIR__ . "/init.js"); - } - - function api_version() { - return 2; - } - -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf