Updating database-conf

Took 1 minute
This commit is contained in:
2020-10-03 20:50:40 +02:00
parent b21b394386
commit 4d83ee8cbb
3 changed files with 19 additions and 9 deletions

View File

@ -33,5 +33,6 @@ try
catch ( Exception $e )
{
# Error occured, please replace it with error template
echo $e->getMessage();
die( 'An internal error occurred in part 1 while processing your request' );
}