Update device.php
This commit is contained in:
parent
02006cb9c2
commit
24ebf7a053
|
|
@ -157,8 +157,9 @@ include "root.php";
|
|||
if (preg_match('/^.*?panasonic.*$/i', $agent)) {
|
||||
return "panasonic";
|
||||
}
|
||||
// unknown vendor
|
||||
return "";
|
||||
// unknown vendor
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
public function get_template_dir() {
|
||||
|
|
@ -218,4 +219,4 @@ include "root.php";
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue