Warning: Undefined array key "token" in /var/www/public/index.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at /var/www/public/index.php:51) in /var/www/public/index.php on line 52
Access denied.
Possible solution:
if (isset($_POST['token'])) {
$token = $_POST['token'];
} else {
// Handle the case where 'token' is not set
}
Possible solution: