aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-09-09 14:08:19 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-09-09 14:08:19 +0000
commit93f681d5bd99d28acdb1e4c6eb3e5bbc4a6842bf (patch)
tree16fa123a4141006cd2413326d34ca17df310d983 /h-source/Application/Controllers/DownloadController.php
parent090c0fa2d0a40176e4c1e77f5892e734a1fa7feb (diff)
added the entry: 'does the device prevent the installation of wifi cards not-approved by the vendor?' - part 1
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php
index 98f362e..c8e79c9 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -72,6 +72,7 @@ class DownloadController extends BaseController
$xml .= "\t\t<architecture>".translate($row['hardware']['architecture'])."</architecture>\n";
$xml .= "\t\t<free_bios>".$row['hardware']['bios']."</free_bios>\n";
$xml .= "\t\t<can_free_systems_be_installed>".$row['hardware']['can_free_systems_be_installed']."</can_free_systems_be_installed>\n";
+ $xml .= "\t\t<prevent_wifi>".$row['hardware']['prevent_wifi']."</prevent_wifi>\n";
}
$xml .= "\t\t<model_name>".$row['hardware']['model']."</model_name>\n";