Add ability to control the display of the "Check Spelling" button. Allows administrat...
[squirrelmail.git] / plugins / change_password / backend / poppassd.php
index 663d0c6b1149066c103a13057b558afcbe9122d2..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