mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Updates
git-svn-id: http://www.observium.org/svn/observer/trunk@125 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+5
-1
@@ -10,6 +10,11 @@
|
||||
include("../includes/functions.php");
|
||||
include("includes/authenticate.inc");
|
||||
|
||||
if($_GET['params']) {
|
||||
list($_GET['host'], $_GET['if'], $_GET['from'], $_GET['to'], $_GET['width'], $_GET['height'], $_GET['title'], $_GET['vertical'], $_GET['type'], $_GET['interfaces']) = explode("||", mcrypt_ecb(MCRYPT_DES, $key_value, $_GET['params'], MCRYPT_DECRYPT));
|
||||
}
|
||||
|
||||
|
||||
if($_GET['host']) {
|
||||
$device_id = $_GET['host'];
|
||||
} elseif($_GET['device']) {
|
||||
@@ -28,7 +33,6 @@
|
||||
$height = $_GET['height'];
|
||||
$title = $_GET['title'];
|
||||
$vertical = $_GET['vertical'];
|
||||
|
||||
$type = $_GET['type'];
|
||||
|
||||
$graphfile = strgen() . ".png";
|
||||
|
||||
Reference in New Issue
Block a user