Skip to content
Snippets Groups Projects
Commit 2e184a57 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

evo : http 500 error if database error

parent 550c1728
No related branches found
No related tags found
No related merge requests found
......@@ -561,6 +561,7 @@ class dbquery extends functions
. _DB_USER . ' : ' . $this->_user . '<br/>' . _PASSWORD
. ' : ' . $this->_password;
}
header('HTTP/1.1 500 Internal server error');
exit();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment