Files
pannello/routing/index.php
2016-03-09 15:02:46 +01:00

15 lines
199 B
PHP
Executable File

<?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(); ?>