devices/ms/Device_Vista7.php 1 location
|
@@ 470-472 (lines=3) @@
|
| 467 |
|
!endif |
| 468 |
|
'; |
| 469 |
|
|
| 470 |
|
if (isset($this->attributes['media:wired'][0]) && $attr['media:wired'][0] == 'on') { |
| 471 |
|
$fcontents .= '!define WIRED |
| 472 |
|
'; |
| 473 |
|
} |
| 474 |
|
$fcontents .= '!define PROVIDERID "urn:UUID:' . $this->deviceUUID . '" |
| 475 |
|
'; |
devices/ms/Device_W10.php 1 location
|
@@ 497-500 (lines=4) @@
|
| 494 |
|
!endif |
| 495 |
|
'; |
| 496 |
|
|
| 497 |
|
if (isset($this->attributes['media:wired'][0]) && $attr['media:wired'][0] == 'on') { |
| 498 |
|
$fcontents .= '!define WIRED |
| 499 |
|
'; |
| 500 |
|
} |
| 501 |
|
$fcontents .= '!define PROVIDERID "urn:UUID:' . $this->deviceUUID . '" |
| 502 |
|
'; |
| 503 |
|
$fileHandle = fopen('main.nsh', 'w'); |
devices/ms/Device_W8.php 1 location
|
@@ 432-434 (lines=3) @@
|
| 429 |
|
!endif |
| 430 |
|
'; |
| 431 |
|
|
| 432 |
|
if (isset($this->attributes['media:wired'][0]) && $attr['media:wired'][0] == 'on') { |
| 433 |
|
$fcontents .= '!define WIRED |
| 434 |
|
'; |
| 435 |
|
} |
| 436 |
|
|
| 437 |
|
$fileHandle = fopen('main.nsh', 'w'); |