Commit 75d4cab9 authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

www: dotconfig fix for SNMPd log

Renaming CONFIG_WRS_LOG_SNMP to CONFIG_WRS_LOG_SNMPD in data structure.
parent 095e4485
......@@ -168,9 +168,9 @@ $WRS_FORMS = Array(
vname => "logmonit",
),
SYSTEM_LOGS_05 => Array(
key => "CONFIG_WRS_LOG_SNMP",
name => "SNMP log",
value => $_SESSION["KCONFIG"]["CONFIG_WRS_LOG_SNMP"],
key => "CONFIG_WRS_LOG_SNMPD",
name => "SNMPd log",
value => $_SESSION["KCONFIG"]["CONFIG_WRS_LOG_SNMPD"],
vname => "logsnmp",
),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment