diff options
Diffstat (limited to 'mail/squirrelmail/patches/patch-au')
-rw-r--r-- | mail/squirrelmail/patches/patch-au | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/squirrelmail/patches/patch-au b/mail/squirrelmail/patches/patch-au deleted file mode 100644 index 69c6b35701b..00000000000 --- a/mail/squirrelmail/patches/patch-au +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-au,v 1.1 2010/03/04 16:00:37 taca Exp $ - ---- src/options_highlight.php.orig 2009-08-12 17:29:53.000000000 +0900 -+++ src/options_highlight.php -@@ -40,7 +40,7 @@ sqGetGlobalVar('color_type', $color_type - sqGetGlobalVar('match_type', $match_type); - sqGetGlobalVar('value', $value); - --if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) { -+if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_FORM)) { - $submitted_token = ''; - } - /* end of get globals */ -@@ -163,13 +163,13 @@ if ($mhl_count > 0) { - - $links = '<small>[<a href="options_highlight.php?action=edit&theid=' . $i . '">' . - _("Edit") . -- '</a>] [<a href="options_highlight.php?action=delete&theid='. $i . '">' . -+ '</a>] [<a href="options_highlight.php?action=delete&smtoken=' . sm_generate_security_token() . '&theid='. $i . '">' . - _("Delete"); - if($i > 0) { -- $links .= '</a>] [<a href="options_highlight.php?action=up&theid='. $i . '">' . _("Up"); -+ $links .= '</a>] [<a href="options_highlight.php?action=up&smtoken=' . sm_generate_security_token() . '&theid='. $i . '">' . _("Up"); - } - if($i+1 < $mhl_count) { -- $links .= '</a>] [<a href="options_highlight.php?action=down&theid='. $i . '">' . _("Down"); -+ $links .= '</a>] [<a href="options_highlight.php?action=down&smtoken=' . sm_generate_security_token() . '&theid='. $i . '">' . _("Down"); - } - $links .= '</a>]</small>'; - |