diff --git a/proxy/.lista.php.swp b/proxy/.lista.php.swp deleted file mode 100644 index 7cc91c9..0000000 Binary files a/proxy/.lista.php.swp and /dev/null differ diff --git a/proxy/graph.php b/proxy/graph.php index 4769774..fdb9415 100644 --- a/proxy/graph.php +++ b/proxy/graph.php @@ -15,6 +15,12 @@ if (isset ($_GET['tempo'])) $tempo = $_GET['tempo']; switch ($tempo) { + case 'HOUR': + $gruppo = "MINUTE"; + $format1 = "%d%H%i"; + $format2 = "%i"; + $limit = 59; + break; case 'DAY': $gruppo = "HOUR"; $format1 = "%m%d%H"; diff --git a/proxy/ip.php b/proxy/ip.php index 8004894..a5087ff 100755 --- a/proxy/ip.php +++ b/proxy/ip.php @@ -23,6 +23,7 @@ if (isset($_POST['tempo'])) {
