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
/
sharp.inc.php
6 lines
72 B
PHP
Raw
Normal View
History
Unescape
Escape
Updated sharp printer discovery and test unit
2016-09-16 07:59:48 +01:00
<
?
php
refactor os discovery s to w
2016-09-22 02:34:17 +03:00
bad usage of functions
2016-09-22 23:10:34 +03:00
if
(
str_contains
(
$sysDescr
,
'SHARP MX-'
))
{
refactor os discovery s to w
2016-09-22 02:34:17 +03:00
$os
=
'sharp'
;
Updated sharp printer discovery and test unit
2016-09-16 07:59:48 +01:00
}
Reference in New Issue
Copy Permalink