vers. 2.5.0

This commit is contained in:
2026-04-02 01:27:09 +02:00
parent 69e7efbf64
commit 9f0d5e94eb
74 changed files with 937 additions and 887 deletions

4
config/getPage.inc.php Normal file → Executable file
View File

@@ -5,8 +5,8 @@ header('Content-Type: text/html; charset=UTF-8');
// File: config/getPage.inc.php
// Whitelist delle pagine valide
$validPages = ['home', 'radio', 'tv', 'play', 'playtv', 'page'];
$validSubPages = ['about', 'contact', 'copyright', 'addradio', 'termini-condizioni', 'policy-privacy', 'changelog'];
$validPages = ['home', 'radio', 'tv', 'play', 'playtv', 'page', 'podcast'];
$validSubPages = ['about', 'contact', 'copyright', 'termini-condizioni', 'policy-privacy', 'changelog'];
// Rileva se l'utente sta usando un dispositivo mobile
function isMobile() {