From: pdontthink Date: Mon, 27 Aug 2007 03:19:30 +0000 (+0000) Subject: Use sqm_baseuri() for links X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d2b387cbb979924c0650f986090a569fea0761c6;p=squirrelmail.git Use sqm_baseuri() for links git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12603 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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'; ?>