X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fchange_password%2Fbackend%2Fpoppassd.php;h=f7015eb8cf46e0f97007a04bf515b16c1a9e6731;hb=d4e46166df04792c6b939356ea5dfda8e47bba7b;hp=1112ccc7c0341c2979771d81815bd9521e517b32;hpb=4d2ff38f2b400d95609b7fbe45631933d9e82599;p=squirrelmail.git diff --git a/plugins/change_password/backend/poppassd.php b/plugins/change_password/backend/poppassd.php index 1112ccc7..f7015eb8 100644 --- a/plugins/change_password/backend/poppassd.php +++ b/plugins/change_password/backend/poppassd.php @@ -3,7 +3,9 @@ /** * Poppassd change password backend * - * @author Seth Randall + * @author Seth Randall + * @copyright © 2004-2009 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage change_password @@ -84,8 +86,6 @@ function cpw_poppassd_go($username, $old_pw, $new_pw, $debug = 0) { global $poppassd_server; global $imapServerAddress; - /** @ignore */ - if (!defined('SM_PATH')) define('SM_PATH','../../../'); /** sqimap_get_user_server() function */ include_once(SM_PATH . 'functions/imap_general.php'); @@ -135,5 +135,3 @@ function cpw_poppassd_go($username, $old_pw, $new_pw, $debug = 0) { return $messages; } - -?> \ No newline at end of file