Almost done, just the answer system and query is missing

Took 4 hours 10 minutes
This commit is contained in:
2020-10-02 16:23:04 +02:00
parent c37ad92dbc
commit 8559e3388d
18 changed files with 1569 additions and 87 deletions

View File

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