Gestione gruppi proxy
This commit is contained in:
15
proxy/ext/main_proxy.php
Normal file
15
proxy/ext/main_proxy.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
include_once ("core/config.php");
|
||||
include_once ("proxy/ext/function_proxy.php");
|
||||
$UTENTE = login_proxy();
|
||||
view_top_proxy();
|
||||
?>
|
||||
|
||||
<META HTTP-EQUIV="Refresh" CONTENT="30" URL="main_proxy.php">
|
||||
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="90%">
|
||||
<tr><td class="spaziov" colspan="9"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td></tr>
|
||||
</table>
|
||||
|
||||
<img src="img/spazio.gif" width="1" height="20" alt="">
|
||||
<?php view_footer_proxy(); ?>
|
||||
Reference in New Issue
Block a user