Fix TZ Issue

This commit is contained in:
2026-04-28 12:53:21 +03:00
parent 50d578eea1
commit cfbbc36116
9 changed files with 17 additions and 12 deletions
-4
View File
@@ -1,10 +1,6 @@
<?php
include('include/headscript.php');
// ✅ FIX timezone (Rome)
ini_set('date.timezone', 'Europe/Rome');
date_default_timezone_set('Europe/Rome');
$template_id = intval($_GET['id'] ?? 0);
if (!$template_id) {
header("Location: xlstemplates_grid.php?status=error&message=" . urlencode("Template ID mancante"));