1 May 2006 16:58
CVS: squirrelmail/plugins/bug_report bug_report.php,1.11.2.15,1.11.2.16
Update of /cvsroot/squirrelmail/squirrelmail/plugins/bug_report
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4392/plugins/bug_report
Modified Files:
Tag: SM-1_4-STABLE
bug_report.php
Log Message:
fixed bug report plugin connections when IMAP TLS or mapping is used.
Index: bug_report.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/plugins/bug_report/bug_report.php,v
retrieving revision 1.11.2.15
retrieving revision 1.11.2.16
diff -u -w -r1.11.2.15 -r1.11.2.16
--- bug_report.php 3 Feb 2006 22:27:51 -0000 1.11.2.15
+++ bug_report.php 1 May 2006 14:58:16 -0000 1.11.2.16
<at> <at> -24,7 +24,8 <at> <at>
define('SM_PATH','../../');
require_once(SM_PATH . 'include/validate.php');
-
+/* load sqimap_get_user_server() */
+include_once(SM_PATH . 'functions/imap_general.php');
// loading form functions
require_once(SM_PATH . 'functions/forms.php');
<at> <at> -92,6 +93,17 <at> <at>
$body = "\nMy IMAP server information:\n" .
(Continue reading)
RSS Feed