connection failure message if mysql conneciton fails

This commit is contained in:
Botanic 2013-10-18 01:51:30 -07:00
parent 34e4b6aafa
commit 912ca661cc

View file

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