mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
changed switch handling in exportall.php
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
//only set these values if internalrender is not present (null) or false
|
||||
//only set these values if internalrender is not present or false
|
||||
$internalrender = isset($internalrender) ? $internalrender : false;
|
||||
if(!$internalrender) {
|
||||
header('Content-Type: text/plain; charset=utf-8');
|
||||
header('Content-Disposition: attachment; filename="'.$this->session->userdata('user_callsign').'-'.date('Ymd-Hi').'.adi"');
|
||||
|
||||
Reference in New Issue
Block a user