// modifica: checks della pagina intro
if ($_SERVER['REQUEST_URI'] == "/") {
if (file_exists( 'templates/beez_20/Everest.html' )) {
$self = rtrim( dirname( $_SERVER['PHP_SELF'] ), '/\\' ) . '/';
header("Location: http://" . $_SERVER['HTTP_HOST'] . $self . "templates/beez_20/Everest.html" );
exit();
}
}// fine modifica