Added Hikvision support

This commit is contained in:
Neil Lathwood
2015-01-05 21:06:49 +00:00
parent e0b4562b51
commit 8deae3ff79
5 changed files with 22 additions and 0 deletions
+5
View File
@@ -938,6 +938,11 @@ $config['os'][$os]['group'] = "unix";
$config['os'][$os]['type'] = "storage";
$config['os'][$os]['icon'] = "synology";
$os = "hikvision";
$config['os'][$os]['text'] = "Hikvision";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['icon'] = "hikvision";
foreach ($config['os'] as $this_os => $blah)
{
if (isset($config['os'][$this_os]['group']))