Commit vers. 2.1.0

This commit is contained in:
Axel12ok32
2026-01-21 00:16:10 +01:00
parent b9cb0e2498
commit e4d39e3303
22 changed files with 693 additions and 167 deletions

View File

@@ -1,5 +1,7 @@
<?php
header('Content-Type: text/html; charset=UTF-8');
// Verifica se è una richiesta AJAX
$is_ajax = !empty($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest';