changed mysql container name

This commit is contained in:
Ricsi
2019-10-01 12:06:31 +02:00
parent 6df69c88ad
commit 5f4599f299
8 changed files with 9 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ $smarty->assign('today', date('Y-m-d'));
$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');
if ($_SERVER['HTTP_HOST'] == 'cegledcoach.hu') $sql = new sql('cegled_mysql','root','','badminton_coach');
else $sql = new sql('localhost','livingsp_coach','R186er012qw5','livingsp_badminton');
$dev = $_SERVER['HTTP_HOST'] == 'cegledcoach.hu';