From 5a0e03923f47bc1140fd71b4899cd1e35fd59006 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Dec 2012 15:29:16 +0400 Subject: add and check plugin base class --- classes/plugin.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 classes/plugin.php (limited to 'classes/plugin.php') diff --git a/classes/plugin.php b/classes/plugin.php new file mode 100644 index 000000000..59cb64f53 --- /dev/null +++ b/classes/plugin.php @@ -0,0 +1,11 @@ +link = $host->get_link(); + $this->host = $host; + } +} +?> -- cgit v1.2.3