X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_highlight.php;h=b459b45fcb2c61a345d8d95645abe8f0d3a6b50e;hb=fe369c7058d247ee83505595d6770d77cd7fa476;hp=c6512c65a6fd3aa16f1db1bf8ecaf82a2457df8c;hpb=0b97a708e71c931153cd1ceee1495c9f4e1e209b;p=squirrelmail.git 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 "