deletes and fixes
This commit is contained in:
@@ -96,10 +96,10 @@ $smarty->assign('today', date('Y-m-d'));
|
||||
$smarty->assign('error_msg', $error_msg);
|
||||
|
||||
//SQL KAPCSOLAT BEÁLLÍTÁSA
|
||||
if ($_SERVER['HTTP_HOST'] == 'badmintoncoach.hu') $sql = new sql('bc_mysql','root','','badminton_coach');
|
||||
if ($_SERVER['HTTP_HOST'] == 'badmintoncoach-demo.hu') $sql = new sql('bcd_mysql','root','','badminton_coach');
|
||||
else $sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos');
|
||||
|
||||
$dev = $_SERVER['HTTP_HOST'] == 'badmintoncoach.hu';
|
||||
$dev = $_SERVER['HTTP_HOST'] == 'badmintoncoach-demo.hu';
|
||||
|
||||
//var_dump($sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user