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,4 +1,4 @@
<?php include_once ("top.php"); ?>
<?php view_top(); ?>
<form name="login" method="post">
<table cellpadding="0" cellspacing="10" border="0" id="login_table">
<tr align="center" valign="middle">
@@ -20,4 +20,4 @@
</tr>
</table>
</form>
<?php include_once ("footer.php"); ?>
<?php view_footer(); ?>