Add ability to control the display of the "Check Spelling" button. Allows administrat...
[squirrelmail.git] / plugins / change_password / backend / poppassd.php
index 7a0f574cf8fdf9e1d2f665f113a7e28512df43d0..91e75b99d198b962a8fa246c652027ac6bcd067f 100644 (file)
@@ -4,7 +4,7 @@
  * Poppassd change password backend
  *
  * @author Seth Randall <sethr at missoulafcu.org>
- * @copyright &copy; 2004-2006 The SquirrelMail Project Team
+ * @copyright 2004-2017 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -87,7 +87,7 @@ function cpw_poppassd_go($username, $old_pw, $new_pw, $debug = 0) {
     global $imapServerAddress;
 
     /** sqimap_get_user_server() function */
-    include_once(SM_PATH . '../functions/imap_general.php');
+    include_once(SM_PATH . 'functions/imap_general.php');
 
     if($poppassd_server == '') {
         // if poppassd address is not set, use imap server's address
@@ -135,5 +135,3 @@ function cpw_poppassd_go($username, $old_pw, $new_pw, $debug = 0) {
 
     return $messages;
 }
-
-?>
\ No newline at end of file