X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finstall-inc.php;h=7312a401f0d158b32cc1d9f13280d854d08b9738;hp=06c7e1fc7254850ff79c083762040896254a7ce3;hb=f22522fb0dc8772acd491e11eb72258aeae7cc5d;hpb=b29dab42eab7c64ca1945eb70fa7713f8898f6ae diff --git a/inc/install-inc.php b/inc/install-inc.php index 06c7e1fc72..7312a401f0 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -101,7 +101,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) if (empty($mysql['dbase'])) $mysql['dbase'] = "your_database"; if (empty($mysql['login'])) $mysql['login'] = "your_login"; if (empty($mysql['host'])) $mysql['host'] = "localhost"; - if (empty($mysql['prefix'])) $mysql['prefix'] = "mxchange_"; + if (empty($mysql['prefix'])) $mysql['prefix'] = "mxchange"; if (empty($mysql['type'])) $mysql['type'] = "MyISAM"; if (getTotalFatalErrors() > 0) { OUTPUT_HTML("");