From fe369c7058d247ee83505595d6770d77cd7fa476 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 22 Sep 2002 11:02:41 +0000 Subject: [PATCH] Even more rg=0 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3706 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 ++ src/options_highlight.php | 29 +++++++++++++++++++++++++++++ src/options_identities.php | 9 +++++++++ src/options_order.php | 24 ++++++++++++++++++++++++ src/read_body.php | 6 +++--- src/view_header.php | 18 ++++++++++++++---- src/view_text.php | 12 ++++++++++-- 7 files changed, 91 insertions(+), 9 deletions(-) diff --git a/src/compose.php b/src/compose.php index f636ae19..6590c1ba 100644 --- a/src/compose.php +++ b/src/compose.php @@ -42,6 +42,7 @@ if (isset($_POST['return'])) { if ( isset($_SESSION['composesession']) ) { $composesession = $_SESSION['composesession']; } +sqextractGlobalVar('action'); sqextractGlobalVar('session'); sqextractGlobalVar('mailbox'); sqextractGlobalVar('identity'); @@ -56,6 +57,7 @@ sqextractGlobalVar('request_dr'); sqextractGlobalVar('html_addr_search'); sqextractGlobalVar('mail_sent'); sqextractGlobalVar('passed_id'); +sqextractGlobalVar('passed_ent_id'); if ( isset($_POST['sigappend']) ) { $sigappend = $_POST['sigappend']; diff --git a/src/options_highlight.php b/src/options_highlight.php index c6512c65..b459b45f 100644 --- a/src/options_highlight.php +++ b/src/options_highlight.php @@ -23,6 +23,35 @@ require_once(SM_PATH . 'functions/plugin.php'); require_once(SM_PATH . 'functions/strings.php'); require_once(SM_PATH . 'functions/html.php'); +/* get globals */ +if (isset($_GET['action'])) { + $action = $_GET['action']; +} +if (isset($_GET['theid'])) { + $theid = $_GET['theid']; +} +if (isset($_GET['identname'])) { + $identname = $_GET['identname']; +} +if (isset($_GET['newcolor_choose'])) { + $newcolor_choose = $_GET['newcolor_choose']; +} +if (isset($_GET['newcolor_input'])) { + $newcolor_input = $_GET['newcolor_input']; +} +if (isset($_GET['color_type'])) { + $color_type = $_GET['color_type']; +} +if (isset($_GET['match_type'])) { + $match_type = $_GET['match_type']; +} +if (isset($_GET['value'])) { + $value = $_GET['value']; +} + +$SCRIPT_NAME = $_SERVER['SCRIPT_NAME']; +/* end of get globals */ + function oh_opt( $val, $sel, $tit ) { echo "