mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update device.php
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user