Pulizia vecchio sistema
This commit is contained in:
18
core/main.php
Executable file
18
core/main.php
Executable file
@@ -0,0 +1,18 @@
|
||||
<?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"); ?>
|
||||
Reference in New Issue
Block a user