X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=0.2.1%2Fcss.php;h=e8813c42321527f6e5d9f6c246fc92546aea2252;hb=1f511db7044b4232204062245de5797733fa1576;hp=671db7750e2ec5cd257418f9d0325317fd66a62d;hpb=4696b799ced069ba2a264fa3b38fc033e3dc31dc;p=mailer.git diff --git a/0.2.1/css.php b/0.2.1/css.php index 671db7750e..e8813c4232 100644 --- a/0.2.1/css.php +++ b/0.2.1/css.php @@ -12,7 +12,7 @@ * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * - * Copyright (c) 2003 - 2007 by Roland Haeder * + * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -40,8 +40,8 @@ require_once("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; $GLOBALS['what'] = ""; $GLOBALS['action'] = ""; -if (!empty($_GET['action'])) $GLOBALS['action'] = trim(strip_tags($_GET['action'])); -if (!empty($_GET['what'])) $GLOBALS['what'] = trim(strip_tags($_GET['what'])); +if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']); +if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']); // This is a CSS file loader! $CSS = "1"; $GLOBALS['module'] = "css";