From d2b387cbb979924c0650f986090a569fea0761c6 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 27 Aug 2007 03:19:30 +0000 Subject: [PATCH] Use sqm_baseuri() for links git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12603 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/spamcop/spamcop.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/spamcop/spamcop.php b/plugins/spamcop/spamcop.php index d65c6cce..75adadf0 100644 --- a/plugins/spamcop/spamcop.php +++ b/plugins/spamcop/spamcop.php @@ -119,7 +119,7 @@ echo "

"; echo '
'; echo '\n"; } else { - ?> + ?> "; $report_email = 'submit.' . $spamcop_id . '@spam.spamcop.net'; else $report_email = 'quick.' . $spamcop_id . '@spam.spamcop.net'; - $form_action = SM_PATH . 'src/compose.php'; + $form_action = sqm_baseuri() . 'src/compose.php'; ?> -- 2.25.1