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.
42 righe
1.1 KiB
42 righe
1.1 KiB
<?php if (session_id() == "")session_start(); ob_start(); ?> |
|
<?php include_once "cfg_srv.php" ?> |
|
<?php |
|
|
|
global $conn, $obj, $id, $comuneuser, $comunebelf, $titoloportlet, $page, $daticata, $foglioparticella, $gidquery, $stringa; |
|
|
|
define('CHARSET', 'UTF-8'); |
|
|
|
// *********** PAGE *********** |
|
$page = basename($_SERVER['PHP_SELF']); |
|
// *********** PAGE *********** |
|
|
|
|
|
// *********** TIMEOUT SYSTEM DOWNTIME*********** |
|
$inactive = 24000; |
|
|
|
// check to see if $_SESSION["timeout"] is set |
|
if (isset($_SESSION["timeout"])) { |
|
// calculate the session's "time to live" |
|
$sessionTTL = time() - $_SESSION["timeout"]; |
|
if ($sessionTTL > $inactive) { |
|
session_destroy(); |
|
//header("Location: logout.php"); |
|
echo "<script language=\"javascript\">window.open(\"index\",\"_top\");</script>"; |
|
} |
|
} |
|
$_SESSION["timeout"] = time(); |
|
|
|
if (isset($_GET['obj'])) { $obj = $_GET['obj']; } |
|
if (isset($_GET['id'])) { $id = $_GET['id']; } |
|
//if (!isset($_GET['risk'])) { $_SESSION['RISK'] = ""; } |
|
if (isset($_GET['risk'])) { $_SESSION['RISK'] = $_GET['risk']; } |
|
|
|
//$tabella = $_GET['tab']; |
|
//$id = $_REQUEST['id']; |
|
//echo $risk; |
|
|
|
$php_blot_key = "rep2021aus"; |
|
|
|
|
|
?> |
|
|
|
|