X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=js.php;h=2a94a011bb67ae8b3a2930bae1ae1a533dba8a65;hp=575a6be16d270d00b680e99b7d4952429576a9d9;hb=f3e4c2c048761589836fdbe6bd2e46599a1833a7;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/js.php b/js.php index 575a6be16d..2a94a011bb 100644 --- a/js.php +++ b/js.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Code-Bild fuer verschiedene Zwecke * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * 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 * @@ -55,7 +60,7 @@ $GLOBALS['module'] = "js"; require("inc/config.php"); // Is this script installed and a JavaScript tag is provied? -if ((isBooleanConstantAndTrue('mxchange_installed')) && (REQUEST_ISSET_GET(('tag')))) { +if ((isInstalled()) && (REQUEST_ISSET_GET(('tag')))) { // Set header header("Content-type: text/javascript"); @@ -64,7 +69,7 @@ if ((isBooleanConstantAndTrue('mxchange_installed')) && (REQUEST_ISSET_GET(('tag // Prepare include file for looking $INC = sprintf("inc/js/tag-%s.php", - SQL_ESCAPE(REQUEST_GET('tag')) + REQUEST_GET(('tag')) ); // Is that file readable? @@ -77,5 +82,8 @@ if ((isBooleanConstantAndTrue('mxchange_installed')) && (REQUEST_ISSET_GET(('tag LOAD_INC_ONCE("inc/footer.php"); } // END - if +// Shutdown +shutdown(); + // ?>