Updating website and score system

Took 1 hour 54 minutes
This commit is contained in:
2020-08-06 01:19:59 +02:00
parent 7af1867d91
commit 4cbdab57e3
7 changed files with 136 additions and 16 deletions

View File

@ -20,6 +20,7 @@ class language
MAIN_TITLE = 'MAIN_TITLE',
DESCRIPTION = 'DESCRIPTION',
EXPLANATION = 'EXPLANATION',
SCORE_FINISHED = 'SCORE_FINISHED',
PROJECT_DESCRIPTION = 'PROJECT_DESCRIPTION',
HELP_US = 'HELP_US',
REQUEST_MORE = 'REQUEST_MORE',
@ -44,7 +45,6 @@ class language
{
self::setLangauge( $_GET['lang'] );
header( 'Location: ?' );
}
else
{