Correzione var php

This commit is contained in:
cmaffio
2016-03-22 15:12:57 +01:00
parent c8739ece44
commit 52c8244fe4
3 changed files with 3 additions and 3 deletions

View File

@@ -470,12 +470,12 @@ function get_levels () {
function view_top () {
global $CONF, $UTENTE;
include_once ($_SERVER["CONTEXT_DOCUMENT_ROOT"].$CONF['base_url']."/core/top.php");
include_once ($_SERVER["DOCUMENT_ROOT"].$CONF['base_url']."/core/top.php");
}
function view_footer () {
global $CONF, $UTENTE;
include_once ($_SERVER["CONTEXT_DOCUMENT_ROOT"].$CONF['base_url']."/core/footer.php");
include_once ($_SERVER["DOCUMENT_ROOT"].$CONF['base_url']."/core/footer.php");
}
function byteConvert($bytes) {