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

@@ -3,7 +3,8 @@ include_once ("config.php");
$UTENTE = login();
isadmin();
include_once ("top.php"); ?>
view_top();
?>
<table cellpadding="0" cellspacing="0" border="0" width="90%">
<tr><td class="spaziov" colspan=7><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td></tr>
@@ -60,4 +61,4 @@ while ($dato = mysql_fetch_array ( $res )) {
<?php }
} ?>
</table>
<?php include_once ("footer.php"); ?>
<?php view_footer (); ?>