X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=3d0ca7914143bcf3a7828e2eafa2b5c65be750b5;hb=fe926f4aba9db3700c217f4170855e3b693b83db;hp=c5e1c0b4e11f3583ad1e4d1bcb7b5656a552304a;hpb=fc162164725588cf75969f707faead9c9cd8e68b;p=mailer.git diff --git a/install.php b/install.php index c5e1c0b4e1..3d0ca79141 100644 --- a/install.php +++ b/install.php @@ -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:: $ * @@ -94,9 +84,6 @@ runFilterChain('handle_fatal_errors'); // Here start's our installtion stuff loadIncludeOnce('inc/install-inc.php'); -// Handle fatal errors again -runFilterChain('handle_fatal_errors'); - // Load main installation table loadTemplate('install_main', false, $GLOBALS['install_content']);