mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-27 01:06:19 +00:00
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