FIX V12.2 - EVENTI DI OGGI SENZA TIMEOUT

Problema risolto:
- Il file precedente provava a leggere troppe categorie nella stessa chiamata.
- Su hosting condiviso/cPanel questo può causare Request Timeout.

File da usare:
1) RESET_CACHE_EVENTI_OGGI_V12_SENZA_TOKEN.php
   - cancella/riparte e legge il primo sport.

2) AGGIORNA_EVENTI_OGGI_TUTTI_V12_SENZA_TOKEN.php
   - aggiorna 1 sport/categoria per chiamata.
   - rilancia finché Progresso giro arriva al totale.

3) AGGIORNA_EVENTI_OGGI_TUTTI_V12_SENZA_TIMEOUT.php?token=TOKEN_CRON
   - versione con token per cron o link esterno.

Esempio cron cPanel consigliato ogni 1 minuto:
wget -q -O /dev/null "https://TUO-DOMINIO/sport/AGGIORNA_EVENTI_OGGI_TUTTI_V12_SENZA_TIMEOUT.php?token=TOKEN_CRON"

Nota:
- Non usare AGGIORNA_EVENTI_OGGI_TUTTI_V12.php se sul tuo hosting va in timeout.
- Questo fix non cancella gli altri file e mantiene il pannello stabile.
