Commit 3a61f332 authored by Vladislav's avatar Vladislav

Используем mysqli

parent 5afc5324
......@@ -53,7 +53,7 @@ $db['typos']['hostname'] = 'localhost';
$db['typos']['username'] = 'barbass';
$db['typos']['password'] = '';
$db['typos']['database'] = 'barbass_typos_new';
$db['typos']['dbdriver'] = 'mysql';
$db['typos']['dbdriver'] = 'mysqli';
$db['typos']['dbprefix'] = '';
$db['typos']['pconnect'] = TRUE;
$db['typos']['db_debug'] = TRUE;
......@@ -70,7 +70,7 @@ $db['time']['hostname'] = 'localhost';
$db['time']['username'] = 'root';
$db['time']['password'] = '';
$db['time']['database'] = '';
$db['time']['dbdriver'] = 'mysql';
$db['time']['dbdriver'] = 'mysqli';
$db['time']['dbprefix'] = '';
$db['time']['pconnect'] = TRUE;
$db['time']['db_debug'] = TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment