From: Roland Häder Date: Tue, 6 May 2008 12:27:31 +0000 (+0000) Subject: die() removed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=8eb210b89c951f3278331087d6ad20b0d0833db7;ds=sidebyside die() removed --- diff --git a/inc/install-inc.php b/inc/install-inc.php index eb35e24475..5f9fede1c2 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -398,7 +398,6 @@ if ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndT install_WriteData($_POST['spath']."inc/config.php", "SMTP-USER", "define('SMTP_USER', \"", "\");", $_POST['smtp_user'], 0); install_WriteData($_POST['spath']."inc/config.php", "SMTP-PASSWORD", "define('SMTP_PASSWORD', \"", "\");", $_POST['smtp_pass'], 0); install_WriteData($_POST['spath']."inc/config.php", "INSTALLED", "define('mxchange_installed', ", ");", "true", 0); - die(); // Close the link SQL_CLOSE($link, __FILE__, __LINE__);