Pannello gestione utenti/moduli
This commit is contained in:
17
proxy/index.php
Executable file
17
proxy/index.php
Executable 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"); ?>
|
||||
Reference in New Issue
Block a user