diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2019-05-25 12:06:19 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2019-05-25 12:06:19 +0000 |
| commit | 6b2aa24a9d0b8fdead344f6bd8936e381400eab1 (patch) | |
| tree | e7864561ae40aff0df3c9bf0297a96affdb1c382 /src/admin/report/header.php | |
| parent | 897384ab2441da9c5d8c595cf65987fa6f027f0f (diff) | |
| parent | f74c0fdddbdb768a2ec50e9a9f165887cc6f51e1 (diff) | |
| download | boca-6b2aa24a9d0b8fdead344f6bd8936e381400eab1.tar.gz boca-6b2aa24a9d0b8fdead344f6bd8936e381400eab1.zip | |
Merge branch 'develc' into devel
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
Diffstat (limited to 'src/admin/report/header.php')
| -rw-r--r-- | src/admin/report/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |