Explorar o código

Fix include error. Thanks Patrick Dubau.

pdontthink %!s(int64=17) %!d(string=hai) anos
pai
achega
c95f555e76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/change_password/backend/poppassd.php

+ 1 - 1
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