X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Floader.php;h=20ad346fa3722279fec1de95c7118da3a03a453d;hp=4b6a8d1d85da7360517b51957ffea5327f1b206b;hb=2b388c21a07e07317ccb065d42ef7304cfca7718;hpb=7989ec603971c0dc8dc35d8be4e72f8098b83baa diff --git a/inc/modules/loader.php b/inc/modules/loader.php index 4b6a8d1d85..20ad346fa3 100644 --- a/inc/modules/loader.php +++ b/inc/modules/loader.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Referrer neu setzen * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -37,9 +42,9 @@ if (!defined('__SECURITY')) { require($INC); } -if (!empty($_GET['url'])) { +if (REQUEST_ISSET_GET(('url'))) { // Decode URL - $url = decodeString(str_replace(" ", "+", compileUriCode(urldecode($_GET['url'])))); + $url = decodeString(str_replace(" ", "+", compileUriCode(urldecode(REQUEST_GET('url'))))); // Validate the URL if (VALIDATE_URL($url)) {