mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added Global Views for Licenses, Credentials and Certificates
This commit is contained in:
@@ -94,7 +94,7 @@ if (isset($_POST['export_trips_csv'])) {
|
||||
|
||||
if ($count > 0) {
|
||||
$delimiter = ",";
|
||||
$filename = "$session_company_name-Trips-$file_name_date.csv";
|
||||
$filename = "Trips-$file_name_date.csv";
|
||||
|
||||
//create a file pointer
|
||||
$f = fopen('php://memory', 'w');
|
||||
|
||||
Reference in New Issue
Block a user