<?php $start_date = date('Y-m-d', strtotime("-1 days")); $end_date = date('Y-m-d'); try { $rand = bin2hex(random_bytes(8)); } catch (Throwable $e) { $rand = uniqid(); } $rand = bin2hex(random_bytes(8)); $filename_output = "Omeda-activity-{$start_date}_{$end_date}_{$rand}.csv"; echo $filename_output;
You have javascript disabled. You will not be able to edit any code.