Inizio abilitazione modulo proxy
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
include_once ("../core/config.php");
|
||||
$UTENTE = login();
|
||||
$DIRITTI = diritti();
|
||||
$DIRITTI = diritti(1);
|
||||
view_top();
|
||||
|
||||
include_once ("../core/top.php");
|
||||
$query = " SELECT
|
||||
id,
|
||||
nome,
|
||||
@@ -109,4 +109,4 @@ $(function(){
|
||||
})
|
||||
</script>
|
||||
|
||||
<?php include_once ("../core/footer.php"); ?>
|
||||
<?php view_footer(); ?>
|
||||
|
||||
Reference in New Issue
Block a user