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) {
|
||||
|
||||
BIN
proxy/.graph.php.swp
Normal file
BIN
proxy/.graph.php.swp
Normal file
Binary file not shown.
@@ -19,7 +19,7 @@ switch ($tempo) {
|
||||
$gruppo = "HOUR";
|
||||
$format1 = "%m%d%H";
|
||||
$format2 = "%H";
|
||||
$limit = 24;
|
||||
$limit = 23;
|
||||
break;
|
||||
case 'WEEK':
|
||||
$gruppo = "DAY";
|
||||
|
||||
Reference in New Issue
Block a user