replace mysql with mysqli
This commit is contained in:
@@ -20,7 +20,7 @@ if(isset($_POST['READY_TO_USE']))
|
||||
{
|
||||
unlink(SETTINGS_FILE);
|
||||
}
|
||||
$oConnection = @mysql_connect($sDbServer, $sDbLogin, $_POST['DB_PASS']);
|
||||
$oConnection = @mysqli_connect($sDbServer, $sDbLogin, $_POST['DB_PASS']);
|
||||
if(!$oConnection)
|
||||
{
|
||||
addMessage(getError(array('Connexion impossible', 'Vérifier les identifiants')));
|
||||
|
||||
Reference in New Issue
Block a user