]> git.mxchange.org Git - mailer.git/blobdiff - install.php
TODOs.txt updated
[mailer.git] / install.php
index f0e6ff308da6e681ddf8f60f8f3ed791b7c8e5bc..7f0946e36c242c7043198f27be617112ee85538f 100644 (file)
@@ -6,19 +6,9 @@
  * -------------------------------------------------------------------- *
  * File              : install.php                                      *
  * -------------------------------------------------------------------- *
- *                                                                      *
- *          ------------------------------------------------            *
- *         / PLEASE READ THIS!  /  BITTE LESEN SIE DIESES! /            *
- *        -------------------------------------------------             *
- *                                                                      *
- * -------------------------------------------------------------------- *
- * Short description : Installation script. Please delete this file     *
- *           after successfully installation or ANYONE can re-setup     *
- *           your mail exchange script!!!                               *
+ * Short description : Installation script.                             *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Installationsscript. Bitte loeschen Sie diese    *
- *           Datei nach der fertiggestellten Installation oder JEDER    *
- *           kann Ihr Mailtausch-Script eventuell neu einstellen.       *
+ * Kurzbeschreibung  : Installationsscript.                             *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -95,7 +85,7 @@ runFilterChain('handle_fatal_errors');
 loadIncludeOnce('inc/install-inc.php');
 
 // Load main installation table
-loadTemplate('install_main', false, $GLOBALS['install_content']);
+loadTemplate('install_main', false, getInstallerContent());
 
 // Footer
 loadIncludeOnce('inc/footer.php');