X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=22e48ef1b1417cd0909ab8f113e3672f92c5a305;hb=0e269568bd666186509e98594e83bac199ac26da;hp=79e5d2f6d09df37b213d53e398ea6bf85d7511fe;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/install.php b/install.php index 79e5d2f6d0..22e48ef1b1 100644 --- a/install.php +++ b/install.php @@ -18,7 +18,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Installationsscript. Bitte loeschen Sie diese * * Datei nach der fertiggestellten Installation oder JEDER * - * kann Ihr Mailtausch-Script neu einstellen!!! * + * kann Ihr Mailtausch-Script eventuell neu einstellen. * * -------------------------------------------------------------------- * * $Revision:: $ * * $Date:: $ * @@ -59,7 +59,7 @@ $GLOBALS['startTime'] = microtime(true); $GLOBALS['mxchange_installing'] = true; // Set CSS variable for "normal mode" -$GLOBALS['output_mode'] = 0; +$GLOBALS['output_mode'] = '0'; // Set module $GLOBALS['module'] = 'install'; @@ -88,13 +88,13 @@ if ((isInstalled()) && (getRequestElement('page' != 'finished'))) { loadIncludeOnce('inc/header.php'); // Handle fatal errors -handleFatalErrors(); +runFilterChain('handle_fatal_errors'); // Here start's our installtion stuff loadIncludeOnce('inc/install-inc.php'); // Handle fatal errors again -handleFatalErrors(); +runFilterChain('handle_fatal_errors'); // Load main installation table loadTemplate('install_main', false, $GLOBALS['install_content']);