From f74c0fdddbdb768a2ec50e9a9f165887cc6f51e1 Mon Sep 17 00:00:00 2001 From: cassio Date: Thu, 8 Nov 2018 16:11:19 +0100 Subject: fix score, submissions and cookies --- src/admin/report/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/admin/report/header.php') diff --git a/src/admin/report/header.php b/src/admin/report/header.php index 77e524a..50c36af 100644 --- a/src/admin/report/header.php +++ b/src/admin/report/header.php @@ -30,7 +30,7 @@ require_once($locr . "/globals.php"); require_once($locr."/db.php"); require_once($locr."/freport.php"); -if(isset($_POST['webcastcode']) && ctype_alnum($_POST['webcastcode'])) { +if(isset($_GET['webcastcode']) && ctype_alnum($_GET['webcastcode'])) { header ("Content-transfer-encoding: binary\n"); header ("Content-type: application/force-download"); ob_end_flush(); -- cgit v1.2.3