Inizio abilitazione modulo proxy
This commit is contained in:
14
routing/index.php
Executable file
14
routing/index.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
include_once ("../core/config.php");
|
||||
$UTENTE = login();
|
||||
$DIRITTI = diritti(1);
|
||||
view_top();
|
||||
|
||||
$conf_route = carica_conf('Routing');
|
||||
?>
|
||||
|
||||
<?php print_r ($conf_route); ?>
|
||||
|
||||
|
||||
|
||||
<?php view_footer(); ?>
|
||||
Reference in New Issue
Block a user