X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fnewmail%2Fsetup.php;h=796f965e0eaccb90259b4e08c77860dc87883b72;hb=d95b10b37612d4ccb3712a90a3f9be85fd92910f;hp=8b384141b80190096629b58b299d0664b2fd91fd;hpb=48879ef0fc84e2adc42e90fd7b1667c9804f9b30;p=squirrelmail.git diff --git a/plugins/newmail/setup.php b/plugins/newmail/setup.php index 8b384141..796f965e 100644 --- a/plugins/newmail/setup.php +++ b/plugins/newmail/setup.php @@ -20,15 +20,13 @@ * This was tested with IE5.0 - but I hear Netscape works well, * too (with a plugin). * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage newmail */ -/** @ignore */ -if (! defined('SM_PATH')) define('SM_PATH','../../'); /** * Init newmail plugin @@ -87,4 +85,3 @@ function newmail_plugin() { include_once(SM_PATH . 'plugins/newmail/functions.php'); newmail_plugin_function(); } -?>