diff --git a/index.php b/index.php index 3cbec78..b6b3b39 100644 --- a/index.php +++ b/index.php @@ -12,11 +12,12 @@ try header( 'ETag: ' . $etag ); if( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && $_SERVER['HTTP_IF_NONE_MATCH'] === $etag ) { - //header( 'HTTP/1.1 304 Not Modified', true, 304 ); - //exit(); + header( 'HTTP/1.1 304 Not Modified', true, 304 ); + exit(); } + $website = new website(); if( isset( $_POST['submit'] ) ) diff --git a/lang/en_EN.ini b/lang/en_EN.ini index bfa5388..522f6d1 100644 --- a/lang/en_EN.ini +++ b/lang/en_EN.ini @@ -5,7 +5,7 @@ TITLE = "YourSecretsAreOurs" MAIN_TITLE = "YourSecretsAreOurs" DESCRIPTION = "Calculate how innocent you still are!" EXPLANATION_QUESTIONS = "Choose which things you have already done.
When you are done, just confirm with the button below!" -EXPLANATION_SCORE = "Woosh! Your score is not calculated!" +EXPLANATION_SCORE = "Woosh! Your score is now calculated!" SCORE_FINISHED = "" PROJECT_DESCRIPTION = "YourSecretsAreOurs is a small project, which is managed by a few students.
It is just for fun and should not be taken too seriously.
But... how innocent are you? - That's a good question, isn't it?
Do not try to do everything!
If you check all the boxes it will result in death." HELP_US = "Help us!"