From 6d1e033ff31ae86e93cb82e17934961120f5f2e3 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 7 Dec 2007 18:49:39 +0000 Subject: [PATCH] Fix include error. Thanks Patrick Dubau. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12808 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/backend/poppassd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/change_password/backend/poppassd.php b/plugins/change_password/backend/poppassd.php index f649faad..d6394584 100644 --- a/plugins/change_password/backend/poppassd.php +++ b/plugins/change_password/backend/poppassd.php @@ -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 -- 2.25.1