X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=23fc61f58aa77b20c79dc27b2e3e67dc8d924cf1;hp=16c8f4e833b4347094ea62fbf5f742db8ae01d76;hb=d1922ab361b5e104b7c14b28c76d1c47651635ef;hpb=61621983cc6d7195fcc7eab29b5f6080ff283b34 diff --git a/install.php b/install.php index 16c8f4e833..23fc61f58a 100644 --- a/install.php +++ b/install.php @@ -46,8 +46,8 @@ $GLOBALS['__mailer_installing'] = TRUE; $GLOBALS['__module'] = 'install'; $GLOBALS['__output_mode'] = '0'; -// Load config file -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type setContentType('text/html');