added new mysql user

This commit is contained in:
Tóth Richárd
2019-08-08 14:32:01 +02:00
parent 37c78cf2f3
commit f10bfacf16
7 changed files with 7 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ $smarty->assign('error_msg', $error_msg);
//SQL KAPCSOLAT BEÁLLÍTÁSA
if ($_SERVER['HTTP_HOST'] == 'cegledcoach.hu') $sql = new sql('bcd_mysql','root','','badminton_coach');
else $sql = new sql('localhost','livingsp_admin','135MtxeI8v','livingsp_badminton');
else $sql = new sql('localhost','livingsp_coach','R186er012qw5','livingsp_badminton');
$dev = $_SERVER['HTTP_HOST'] == 'cegledcoach.hu';