Inizio abilitazione modulo proxy

This commit is contained in:
cmaffio
2016-03-09 15:02:46 +01:00
parent 1bacc3232e
commit a5ed0d219d
30 changed files with 576 additions and 1153 deletions

View File

@@ -1,10 +1,8 @@
<?php
include_once ("config.php");
$UTENTE = login();
?>
<?php include_once ("top.php"); ?>
view_top();
<?php
if (isset ($_POST['id'])) {
$modifica = 2;
$id = $_POST['id'];
@@ -169,4 +167,4 @@ $(document).ready(function()
</form>
<?php } ?>
<?php include_once ("footer.php"); ?>
<?php view_footer(); ?>