discovery for xerox printers

git-svn-id: http://www.observium.org/svn/observer/trunk@1389 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-17 20:15:44 +00:00
parent bb5207c624
commit 3063e0e517
3 changed files with 16 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if(!$os) {
if(strstr($sysDescr, "Xerox Phaser")) { $os = "xerox"; }
}
?>