time()+43200, 'path' => $cookie_path, 'domain' => '', 'secure' => false, 'httponly' => true, 'samesite' => 'Lax', ]); } else { // remove cookies #@setcookie('FULLSITE_MODE', 0, time()-43200, $cookie_path); #@setcookie('FULLSITE_MODE', 0, time()-43200, $cookie_path, "", FALSE, TRUE); @setcookie('FULLSITE_MODE', 0, [ 'expires' => time()-43200, 'path' => $cookie_path, 'domain' => '', 'secure' => false, 'httponly' => true, 'samesite' => 'Lax', ]); } // redirect to main bootstrap header('Location: ../index.php'); ?>