Correzione var php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user