summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d37a6cb)
raw | patch | inline | side by side (parent: d37a6cb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 Oct 2007 09:13:46 +0000 (09:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 26 Oct 2007 09:13:46 +0000 (09:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7676 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_terminalInfo.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_terminalInfo.inc b/plugins/admin/systems/class_terminalInfo.inc
index f2678b4cc66994c7b337c850a564918746149260..0a21884d2b1fff0cb7cb66118d3c9ada49a7b0cb 100644 (file)
/* Fill data if we have snmp */
$host= $this->cn;
- /* Use goto as snmp community or the configured value from the config */
+ /* Use 'goto' as snmp community or the configured value from the config */
$community= 'goto';
$str = search_config($this->config->data['TABS'],"terminfo","SNMPCOMMUNITY");
if(!empty($str)){