aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r--h-source/Application/Include/distributions.php5
-rw-r--r--h-source/Application/Include/hardware.php1
2 files changed, 6 insertions, 0 deletions
diff --git a/h-source/Application/Include/distributions.php b/h-source/Application/Include/distributions.php
index 6f5e1ae..6ccff64 100644
--- a/h-source/Application/Include/distributions.php
+++ b/h-source/Application/Include/distributions.php
@@ -36,6 +36,11 @@ class Distributions
'venenux_0_8' => 'VENENUX 0.8',
);
+ public static function getList()
+ {
+ return implode(' , ',array_keys(self::$allowed));
+ }
+
public static function getName($distList = '')
{
$returnString = null;
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 9340ef8..67df1f6 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -146,6 +146,7 @@ class Notebooks extends Hardware
"IBM" => "IBM",
"Lenovo" => "Lenovo",
"LG" => "LG",
+ "msi" => "msi",
"Philco" => "Philco",
"Philips" => "Philips",
"Panasonic" => "Panasonic",