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,11 +1,9 @@
<?php
include_once ("../core/config.php");
$UTENTE = login();
$DIRITTI = diritti();
?>
<?php include_once ("../core/top.php"); ?>
$DIRITTI = diritti(10);
view_top();
<?php
if (isset($_GET['id'])) {
$bottone = "Modifica";
$modifica = 1;
@@ -221,4 +219,4 @@ $(document).ready(function()
</form>
<?php } ?>
<?php include_once ("../core/footer.php"); ?>
<?php view_footer(); ?>