mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
connection failure message if mysql conneciton fails
This commit is contained in:
parent
04385da1f4
commit
7fff439e71
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