connection failure message if mysql conneciton fails
This commit is contained in:
parent
34e4b6aafa
commit
912ca661cc
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ class sql_db
|
|||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
echo "Connection to mySQL failed!";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue