adding own pop client implementation
[squirrelmail.git] / plugins / fortune / setup.php
index 67e3b7f17e7664a1a793670e273f41faa9872793..e85813510d45078ee132ec677a5c405fe4706672 100644 (file)
@@ -1,22 +1,15 @@
 <?php
+
 /**
  * Fortune plugin setup script
  *
- * @copyright (c) 1999-2005 The SquirrelMail Project Team
+ * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage fortune
  */
 
-/**
- * If SM_PATH isn't defined, define it.
- * @ignore
- */
-if (!defined('SM_PATH'))  {
-    define('SM_PATH','../../');
-}
-
 /**
  * Init plugin
  * @access private
@@ -55,4 +48,3 @@ function fortune_load() {
     include_once(SM_PATH . 'plugins/fortune/functions.php');
     fortune_function_load();
 }
-?>
\ No newline at end of file