From cffe28e2d322c2cdd46f8710caad67a00d9a2e71 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 12 Sep 2009 19:12:26 +0000 Subject: [PATCH] Allow plugins to submit security token via GET request git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13841 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.php b/src/options.php index 66cefb4c..abf7e760 100644 --- a/src/options.php +++ b/src/options.php @@ -105,7 +105,7 @@ function process_optionmode_link($optpage) { sqgetGlobalVar('optpage', $optpage); sqgetGlobalVar('optmode', $optmode, SQ_FORM); sqgetGlobalVar('optpage_data',$optpage_data, SQ_POST); -sqgetGlobalVar('smtoken', $submitted_token, SQ_POST, ''); +sqgetGlobalVar('smtoken', $submitted_token, SQ_FORM, ''); /* end of getting globals */ /* Make sure we have an Option Page set. Default to main. */ -- 2.25.1