This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
librenms-librenms
/
includes
/
discovery
/
os
/
tplink.inc.php
8 lines
109 B
PHP
Raw
Normal View
History
Unescape
Escape
http://uk.tp-link.com/favicon.ico
2015-10-28 21:56:59 +00:00
<
?
php
Update code in includes to be PSR-2 compliant (#4220) refactor: Update code in /includes to be psr2 compliant #4220
2016-08-28 12:32:58 -05:00
if
(
!
$os
)
{
http://uk.tp-link.com/favicon.ico
2015-10-28 21:56:59 +00:00
if
(
strstr
(
$sysObjectId
,
'.1.3.6.1.4.1.11863.1.1'
))
{
$os
=
'tplink'
;
}
}
Reference in New Issue
Copy Permalink