@@ -1,5 +1,12 @@
<?php
session_start();
if (!isset($_SESSION['session_stats'])) {
$_SESSION['session_stats'] = [
'correct' => 0,
'wrong' => 0
];
}
require_once 'includes/config.php';
require_once 'includes/auth.php';
The note is not visible to the blocked user.