X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=show_bonus.php;h=968967b23f1e20da8df93d80028e905508610cd1;hp=5773cf1b7de7f05cee4e5cd6fb904d93ec65a81c;hb=46f2e389417a40f1029612b58cb285416ccae7a5;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/show_bonus.php b/show_bonus.php index 5773cf1b7d..968967b23f 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Rankliste fuer Turbo-Bonus anzeigen * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 * @@ -50,7 +55,7 @@ require("inc/config.php"); REDIRECT_ON_UNINSTALLED_EXTENSION("bonus"); // List only rankings when script is installed -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Include header LOAD_INC("inc/header.php"); @@ -137,4 +142,7 @@ LIMIT 1", } // Really all done here... ;-) +shutdown(); + +// ?>