mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
connection failure message if mysql conneciton fails
This commit is contained in:
parent
c180c06d7f
commit
31ca25b00b
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