19 lines
408 B
PHP
Executable File
19 lines
408 B
PHP
Executable File
<?php
|
|
include_once ("config.php");
|
|
$UTENTE = login();
|
|
isadmin();
|
|
?>
|
|
<?php include_once ("top.php"); ?>
|
|
|
|
<META HTTP-EQUIV="Refresh" CONTENT="30" URL="main.php">
|
|
|
|
<table cellpadding="0" cellspacing="0" border="0" width="90%">
|
|
<tr><td class="spaziov" colspan="9"><img src="../img/spazio.gif"></td></tr>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
<img src="img/spazio.gif" width="1" height="20" alt="">
|
|
<?php include_once ("footer.php"); ?>
|