diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-26 06:38:22 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-04-26 06:38:22 +0000 |
commit | 8cd4f542161c2bca405e68edb5305600c175a535 (patch) | |
tree | c2a5b772ecb652e6398daaa753e77d136d97a8b2 /h-source/Application/Include | |
parent | 64fbca4467ef44081b680955592428da35b40a9a (diff) |
added RAID adapters - part 2
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/hardware.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 9fa218b..8da5186 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -80,7 +80,7 @@ class Hardware 'ethernet-card' => 'H2O/network-wired_22.png', 'sd-card-reader' => 'H2O/media-flash-sd-mmc_22.png', 'modem' => 'Crystal/modem_22.png', - 'RAID-adapter' => 'Crystal/modem_22.png', + 'RAID-adapter' => 'Crystal/1282042976_hardware.png', ); public static $typeToController = array( @@ -437,7 +437,7 @@ class Fingerprintreaders extends Acquisitioncards } -class Ethernetcards extends Hardware +class Ethernetcards extends Acquisitioncards { } |