Inizializzazione progetto pannello

This commit is contained in:
cmaffio
2017-08-11 14:46:38 +02:00
parent d9f2a18a05
commit 1ee0356a30
10 changed files with 0 additions and 897 deletions

View File

@@ -1,14 +0,0 @@
<?php
include_once ("../core/config.php");
$UTENTE = login();
$DIRITTI = diritti('Admin');
view_top();
$conf_route = carica_conf('Routing');
?>
<?php print_r ($conf_route); ?>
<?php view_footer(); ?>