X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js.php;h=0e44f38e503224e257659df42056deee08ace7a6;hb=0f6f20ee782a8c02315c3a6d9786a94439eff77d;hp=2b27f51aa9f5ff1973f104f06004edafb112a141;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/js.php b/js.php index 2b27f51aa9..0e44f38e50 100644 --- a/js.php +++ b/js.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 * @@ -59,13 +59,13 @@ setContentType('text/javascript'); setHttpStatus('404 NOT FOUND'); // Is 'js' is provied? -if (isGetRequestParameterSet('js')) { +if (isGetRequestElementSet('js')) { // Load header loadIncludeOnce('inc/header.php'); // Prepare include file for looking $inc = sprintf("inc/js/js-%s.php", - getRequestParameter('js') + getRequestElement('js') ); // Is that file readable?