X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js.php;h=0e44f38e503224e257659df42056deee08ace7a6;hb=da3f62b080afe57e4817cc7bb8b366534503e479;hp=35600b378091bf06d9927baae207f1458eb921f2;hpb=3d60ca39e6e68f5dd9451e2f11524d8688e5ad03;p=mailer.git diff --git a/js.php b/js.php index 35600b3780..0e44f38e50 100644 --- a/js.php +++ b/js.php @@ -14,12 +14,10 @@ * $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 - 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 * @@ -61,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?