final-checker.sh extended with search for global statements
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index adf6172c29460f86ac47541d73083c8eace89142..08c851751a42be53ce6ca04499aacf3d6f83b4c7 100644 (file)
--- a/agb.php
+++ b/agb.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Allgemeine Geschaeftsbedingungen                 *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -46,7 +51,7 @@ $GLOBALS['output_mode'] = -1;
 require("inc/config.php");
 
 // Is the script installed?
-if (isBooleanConstantAndTrue('mxchange_installed')) {
+if (isInstalled()) {
        // Simply redirect... :-)
        LOAD_URL("modules.php?module=index&what=agb");
 } else {
@@ -55,4 +60,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
 }
 
 // Really all done here... ;-)
+shutdown();
+
+//
 ?>