/* *** CACHE OPTIONS *** */ header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1 header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); // HTTP/1.0 /* *** INITIALIZING LANGUAGE *** */ if (isset($_GET['lang'])) { $lang=$_GET['lang']; } else { $lang="it"; } // Configurazione mysql require "include/inc_mysql.inc"; ?>
include "include/headVe.php"; ?>
|