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.
29 righe
1022 B
29 righe
1022 B
<?php |
|
//session_set_cookie_params(["SameSite" => "lax"]); //none, lax, strict |
|
//session_set_cookie_params(["Secure" => "true"]); //false, true |
|
//session_set_cookie_params(["HttpOnly" => "true"]); //false, true |
|
//session_start(); |
|
?> |
|
|
|
<?php include_once "cfg.php" ?> |
|
|
|
<?php include_once "mc_header2.php" ?> |
|
|
|
<main class="col-12 col-md-12 col-xl-12 py-md-3 px-md-3 bd-content" style="height: calc(100vh - 6px);"> |
|
|
|
<div class="row" style="height: 100%!important" > |
|
<div class="col-sm-auto"> |
|
<iframe |
|
width="100%" height="100%!important" frameborder="0" src="catasearch.php" scrolling="auto" name="cdusearch"> |
|
</iframe> |
|
</div> |
|
|
|
<div class="col" > |
|
<iframe width="100%" height="100%!important" frameborder="0" src="catamap?id=<?php echo $_GET['id']; ?>&cdu=<?php echo $_SESSION['GET_CDU']; ?>" scrolling="auto" name="map"></iframe> |
|
</div> |
|
</div> |
|
|
|
</main> |
|
|
|
<!-- FOOTER --> |
|
<?php include_once "mc_footer2.php" ?>
|
|
|