X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Floader.php;h=ae9528261f12f96ecc2c8a9c7d8f1760b6ffa2f7;hb=3c1445d229281a0c3e13e9d823236a95ef6ff2db;hp=e31841f540216762f1ace4f313eee289bf9a8e51;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/modules/loader.php b/inc/modules/loader.php index e31841f540..ae9528261f 100644 --- a/inc/modules/loader.php +++ b/inc/modules/loader.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -41,9 +41,9 @@ if (!defined('__SECURITY')) { } // END - if // Is an URL specified? -if (isGetRequestParameterSet('url')) { +if (isGetRequestElementSet('url')) { // Decode URL - $url = decodeString(str_replace(' ', '+', compileUriCode(urldecode(getRequestParameter('url'))))); + $url = decodeString(str_replace(' ', '+', compileUriCode(urldecode(getRequestElement('url'))))); // Validate the URL if (isUrlValid($url)) {