Correzione var php
This commit is contained in:
@@ -470,12 +470,12 @@ function get_levels () {
|
|||||||
|
|
||||||
function view_top () {
|
function view_top () {
|
||||||
global $CONF, $UTENTE;
|
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 () {
|
function view_footer () {
|
||||||
global $CONF, $UTENTE;
|
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) {
|
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";
|
$gruppo = "HOUR";
|
||||||
$format1 = "%m%d%H";
|
$format1 = "%m%d%H";
|
||||||
$format2 = "%H";
|
$format2 = "%H";
|
||||||
$limit = 24;
|
$limit = 23;
|
||||||
break;
|
break;
|
||||||
case 'WEEK':
|
case 'WEEK':
|
||||||
$gruppo = "DAY";
|
$gruppo = "DAY";
|
||||||
|
|||||||
Reference in New Issue
Block a user