Subversion Repositories oidplus

Rev

Rev 1050 | Rev 1081 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1050 Rev 1052
Line 238... Line 238...
238
                                        // $this->_oidip_attr('information', ...); Not used. Contains additional information, e.g. Management Information Base (MIB) definitions.
238
                                        // $this->_oidip_attr('information', ...); Not used. Contains additional information, e.g. Management Information Base (MIB) definitions.
239
 
239
 
240
                                        if ($only_wellknown_ids_found) {
240
                                        if ($only_wellknown_ids_found) {
241
                                                if (substr($query,0,4) === 'oid:') {
241
                                                if (substr($query,0,4) === 'oid:') {
242
                                                        // Since it is well-known, oid-info.com will most likely have it described
242
                                                        // Since it is well-known, oid-info.com will most likely have it described
243
                                                        $out[] = $this->_oidip_attr('url', 'http://www.oid-info.com/get/'.$obj->nodeId(false));
243
                                                        $out[] = $this->_oidip_attr('url', 'https://oid-rep.orange-labs.fr/get/'.$obj->nodeId(false));
244
                                                }
244
                                                }
245
                                        } else {
245
                                        } else {
246
                                                $out[] = $this->_oidip_attr('url', OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE).'?goto='.urlencode($obj->nodeId(true)));
246
                                                $out[] = $this->_oidip_attr('url', OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE).'?goto='.urlencode($obj->nodeId(true)));
247
                                        }
247
                                        }
248
 
248