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,12 +1,10 @@
<?php
include_once ("../core/config.php");
$UTENTE = login();
$DIRITTI = diritti();
//isadmin();
$DIRITTI = diritti(1);
view_top();
?>
<?php include_once ("../core/top.php");?>
<script type="text/javascript">
<!--
@@ -84,4 +82,4 @@ while ($dato = mysql_fetch_array ( $res )) {
} ?>
</table>
<img src="<?php print $CONF['base_url'] ?>/img/spazio.gif" width="1" height="20" alt="">
<?php include_once ("../core/footer.php"); ?>
<?php view_footer(); ?>