diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-11-02 22:41:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-11-02 22:41:55 +0000 |
commit | af9ebb768c29651c23fbf140149ff9bbe56a5b92 (patch) | |
tree | 34baa6a84bf5de3f3f4d8229466b5ba7e9fab792 | |
parent | 559bc640d5fba84451c0275c464b3752ceac116e (diff) |
improved download controller
-rw-r--r-- | h-source/Application/Controllers/DownloadController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php index 2ff5429..eea949a 100644 --- a/h-source/Application/Controllers/DownloadController.php +++ b/h-source/Application/Controllers/DownloadController.php @@ -66,6 +66,7 @@ class DownloadController extends BaseController if ($type === 'notebook') { $xml .= "\t\t<subtype>".$row['hardware']['subtype']."</subtype>\n"; + $xml .= "\t\t<free_bios>".$row['hardware']['bios']."</free_bios>\n"; } $xml .= "\t\t<model_name>".$row['hardware']['model']."</model_name>\n"; |