connection failure message if mysql conneciton fails

This commit is contained in:
Botanic 2013-10-18 01:51:30 -07:00
parent c180c06d7f
commit 31ca25b00b

View file

@ -69,7 +69,8 @@ class sql_db
} }
else else
{ {
return false; echo "Connection to mySQL failed!";
exit;
} }
} }