aboutsummaryrefslogtreecommitdiff
path: root/src/admin/report/header.php
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2018-11-02 17:08:02 +0000
committercassio <cassiopc@gmail.com>2018-11-02 17:08:02 +0000
commit336e0c032cc0f9e9547853f814ebffdfd00c5e2d (patch)
tree67e3316007e99143d14a4e4fe2370ef252f04146 /src/admin/report/header.php
parenta9dec1f8e0d0d244b63dd75502c54a4f76efe22f (diff)
downloadboca-336e0c032cc0f9e9547853f814ebffdfd00c5e2d.tar.gz
boca-336e0c032cc0f9e9547853f814ebffdfd00c5e2d.zip
post instead of get
Diffstat (limited to 'src/admin/report/header.php')
-rw-r--r--src/admin/report/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/report/header.php b/src/admin/report/header.php
index 50c36af..77e524a 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($_GET['webcastcode']) && ctype_alnum($_GET['webcastcode'])) {
+if(isset($_POST['webcastcode']) && ctype_alnum($_POST['webcastcode'])) {
header ("Content-transfer-encoding: binary\n");
header ("Content-type: application/force-download");
ob_end_flush();