From fa2d393cc420adec1bb6d9a44aa2071a29f412af Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 21 May 2011 10:29:57 +0000 Subject: Removed kolab plugins; they will be maintaied and published in the Kolab project git-svn-id: https://svn.roundcube.net/trunk@4797 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/kolab_core/kolab_core.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 plugins/kolab_core/kolab_core.php (limited to 'plugins/kolab_core/kolab_core.php') diff --git a/plugins/kolab_core/kolab_core.php b/plugins/kolab_core/kolab_core.php deleted file mode 100644 index e98b02dcd..000000000 --- a/plugins/kolab_core/kolab_core.php +++ /dev/null @@ -1,30 +0,0 @@ - - * - */ -class kolab_core extends rcube_plugin -{ - /** - * Required startup method of a Roundcube plugin - */ - public function init() - { - // load local config - $this->load_config(); - - // extend include path to load bundled Horde classes - $include_path = $this->home . PATH_SEPARATOR . ini_get('include_path'); - set_include_path($include_path); - } - -} - -- cgit v1.2.3