2011-12-01 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* extensions/snmp_explorer.php: Removed trace. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5224 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
39d55b0847
commit
bf182a63f8
|
@ -1,3 +1,7 @@
|
|||
2011-12-01 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* extensions/snmp_explorer.php: Removed trace.
|
||||
|
||||
2011-12-01 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* extensions/snmp_explorer.php: Fixed snmp over IE8.
|
||||
|
|
|
@ -23,9 +23,6 @@ require_once ('include/graphs/functions_utils.php');
|
|||
|
||||
function snmp_explorer() {
|
||||
|
||||
html_debug_print("Empieza snmp explorer", "/tmp/pp.txt");
|
||||
|
||||
|
||||
$idAgent = (int) get_parameter('id_agente', 0);
|
||||
$ipAgent = db_get_value('direccion', 'tagente', 'id_agente', $idAgent);
|
||||
|
||||
|
|
Loading…
Reference in New Issue