Added Global Views for Licenses, Credentials and Certificates

This commit is contained in:
johnnyq
2025-02-20 14:58:25 -05:00
parent 7628fc2643
commit 2795b4e15e
22 changed files with 322 additions and 126 deletions

View File

@@ -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');