]> git.mxchange.org Git - mailer.git/blobdiff - show_bonus.php
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / show_bonus.php
index 5773cf1b7de7f05cee4e5cd6fb904d93ec65a81c..968967b23f1e20da8df93d80028e905508610cd1 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Rankliste fuer Turbo-Bonus anzeigen              *
  * -------------------------------------------------------------------- *
  * -------------------------------------------------------------------- *
  * 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                  *
  * -------------------------------------------------------------------- *
  * 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
 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");
 
        // Include header
        LOAD_INC("inc/header.php");
 
@@ -137,4 +142,7 @@ LIMIT 1",
 }
 
 // Really all done here... ;-)
 }
 
 // Really all done here... ;-)
+shutdown();
+
+//
 ?>
 ?>