]> git.mxchange.org Git - mailer.git/blobdiff - install.php
Wrapper function isAdminsExpertWarningEnabled() introduced
[mailer.git] / install.php
index 3d0ca7914143bcf3a7828e2eafa2b5c65be750b5..cdf507ee1c86f2f7600237dee6b4325aaca1a223 100644 (file)
  * $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 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -85,7 +83,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');