bad usage of functions

This commit is contained in:
crcro
2016-09-22 23:10:34 +03:00
parent 6b42bd87f5
commit 96a3160ff4
18 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<?php
if (str_contains('.1.3.6.1.4.1.388', $sysObjectId)) {
if (str_contains($sysObjectId, '.1.3.6.1.4.1.388')) {
$os = 'symbol';
}