diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2014-09-16 09:34:13 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2014-09-16 09:34:13 +0000 |
commit | 9a041dbac782566ff5a7ddb1f472e587cd6663f2 (patch) | |
tree | 5754879e041bb7e226d1f1df7e1d3e6789b2e3c0 /h-source/Application/Include/hardware.php | |
parent | 11972639df8315753123ebccdadee1f596807ad0 (diff) |
Enabled SSL
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 244515f..9ec9766 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -186,7 +186,7 @@ class Hardware { if (array_key_exists($type,self::$icons)) { - return "http://".DOMAIN_NAME."/Public/Img/".self::$icons[$type]; + return Url::getRoot()."Public/Img/".self::$icons[$type]; } return null; } |