diff --git a/html/timesheet.html b/html/timesheet.html index a1dd7d7..a973bec 100644 --- a/html/timesheet.html +++ b/html/timesheet.html @@ -177,7 +177,7 @@
- +
diff --git a/ts.php b/ts.php index 9ea35b6..3e8958e 100644 --- a/ts.php +++ b/ts.php @@ -149,7 +149,7 @@ class AcareOffice{ $clients= $_POST['clients']; $start = $_POST['start'];; $finish = $_POST['finish'];; - $filename="{$start}___{$finish}.csv"; + $filename="n" . time() . ".csv"; header("Expires: 0"); header("Cache-Control: no-cache, no-store, must-revalidate");