Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
13 righe
341 B
13 righe
341 B
<?php |
|
ob_start(); |
|
session_name('voli_2023_2024'); |
|
session_start([ |
|
'read_and_close' => true, |
|
]); |
|
|
|
require_once "app.config.php"; |
|
require_once ROOT . "lib/constants.php"; |
|
require_once ROOT . "lib/import/common.php"; |
|
require_once ROOT . "lib/config/stats.php"; |
|
$statoSportello = Utils::checkAuthStatoSportelloHome(); |
|
global $statoSportello; |