Inizializzazione
This commit is contained in:
23
paginavuota.php
Executable file
23
paginavuota.php
Executable file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
include_once ("php/config.php");
|
||||
$UTENTE = login();
|
||||
isadmin();
|
||||
?>
|
||||
|
||||
<?php include_once ("top.php");?>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
||||
var stile = "top=30, left=30, width=920, height=500, status=no, menubar=no, toolbar=no ";
|
||||
|
||||
function PopupG(apri)
|
||||
{
|
||||
window.open(apri, "", stile);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
|
||||
<img src="img/spazio.gif" width="1" height="20" alt="">
|
||||
<?php include_once ("footer.php"); ?>
|
||||
Reference in New Issue
Block a user