2010-08-11 Sergio Martin <sergio.martin@artica.es>

* include/functions.php: Changed the newst function added name



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3127 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-11 11:23:44 +00:00
parent 5f16e0e521
commit 1050f1a048
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-11 Sergio Martin <sergio.martin@artica.es>
* include/functions.php: Changed the newst function added name
2010-08-11 Sergio Martin <sergio.martin@artica.es>
* include/functions.php: Added a function to call snmpwalk

View File

@ -1057,7 +1057,7 @@ function array_key_to_offset($array, $key) {
*
* @return array SNMP result.
*/
function snmpwalk_versions($ip_target, $snmp_version, $snmp_community = '', $snmp3_auth_user = '',
function get_snmpwalk($ip_target, $snmp_version, $snmp_community = '', $snmp3_auth_user = '',
$snmp3_security_level = '', $snmp3_auth_method = '', $snmp3_auth_pass = '',
$snmp3_privacy_method = '', $snmp3_privacy_pass = '', $quick_print = 0) {