Minor code cleanup

This commit is contained in:
Alex Cabal 2023-07-12 11:01:52 -05:00
parent 3117842351
commit 04714b25ef

View file

@ -62,7 +62,7 @@ class DbConnection{
} }
if($require){ if($require){
print("Something crazy happened in our database. <a href=\"/contact/\">Drop us a line</a> and let us know exactly what you were doing and we'll take a look.\n<br />The more detail you can provide, the better!"); print("Something crazy happened in our database.");
exit(); exit();
} }
} }