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');
// Determina il percorso base dell'applicazione
$script_name = $_SERVER['SCRIPT_NAME'];
$script_path = dirname($script_name);