diff --git a/inc/templates/head.php b/inc/templates/head.php index 2626dda..b5e39cc 100644 --- a/inc/templates/head.php +++ b/inc/templates/head.php @@ -73,6 +73,7 @@ $result = "All questions answered, show results here"; unset($_SESSION['current_question']); unset($_SESSION['topic']); + header("Location: index.php?page=index"); } header("Location: index.php?page=index"); } diff --git a/index.php b/index.php index 96651d3..dd5d196 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@