adding own pop client implementation
[squirrelmail.git] / plugins / mail_fetch / setup.php
index b1b7e40fa40eae11acb4bce9f49c0520e82bd32c..89ad6119ce6edbaf35bc1af7976c74b4c7494bd9 100644 (file)
@@ -1,20 +1,17 @@
 <?php
+
 /**
  * mail_fetch/setup.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Setup of the mailfetch plugin.
  *
+ * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage mail_fetch
  */
 
-/** @ignore */
-if (! defined('SM_PATH')) define('SM_PATH','../../');
-
 /**
  * Initialize the plugin
  */
@@ -83,4 +80,3 @@ function mail_fetch_folderact($args) {
     include_once (SM_PATH . 'plugins/mail_fetch/functions.php');
     mail_fetch_folderact_function($args);
 }
-?>
\ No newline at end of file