diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 20:25:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 20:25:55 +0000 |
commit | 53f9d690ee2f49545d63788be6c1fe80d9ec6e58 (patch) | |
tree | b9b51d06c214396d6ca4b79c380d26ce13f53a92 /h-source/Application/Controllers/DownloadController.php | |
parent | 99a6ba9947839d62a3f09f48a0ba962c23794491 (diff) |
added the entry "does it adopt any techniques to track users?" for printers - part 1
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r-- | h-source/Application/Controllers/DownloadController.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php index 1e4f94e..bc433c4 100644 --- a/h-source/Application/Controllers/DownloadController.php +++ b/h-source/Application/Controllers/DownloadController.php @@ -96,6 +96,11 @@ class DownloadController extends BaseController $xml .= "\t\t<compatibility>".$row['hardware']['compatibility']."</compatibility>\n"; } + if ($type === 'printer') + { + $xml .= "\t\t<it_tracks_users>".$row['hardware']['it_tracks_users']."</it_tracks_users>\n"; + } + if ($type === 'notebook') { $xml .= "\t\t<wifi_card>".$row['hardware']['wifi_type']."</wifi_card>\n"; |