Pannello gestione utenti/moduli

This commit is contained in:
cmaffio
2015-10-15 13:40:45 +02:00
parent 6c42d75681
commit 1bacc3232e
12 changed files with 284 additions and 144 deletions

17
proxy/index.php Executable file
View File

@@ -0,0 +1,17 @@
<?php
include_once ("../core/config.php");
$UTENTE = login();
$DIRITTI = diritti();
?>
<?php include_once ("../core/top.php");?>
<?php include_once ("../core/footer.php"); ?>