|
@@ 134-137 (lines=4) @@
|
| 131 |
|
} elseif (($planes26 == 1) && ($planes22 != 1)) { |
| 132 |
|
$thisfile_bmp['type_os'] = 'Windows'; |
| 133 |
|
$thisfile_bmp['type_version'] = 1; |
| 134 |
|
} elseif ($thisfile_bmp_header_raw['header_size'] == 12) { |
| 135 |
|
$thisfile_bmp['type_os'] = 'OS/2'; |
| 136 |
|
$thisfile_bmp['type_version'] = 1; |
| 137 |
|
} elseif ($thisfile_bmp_header_raw['header_size'] == 40) { |
| 138 |
|
$thisfile_bmp['type_os'] = 'Windows'; |
| 139 |
|
$thisfile_bmp['type_version'] = 1; |
| 140 |
|
} elseif ($thisfile_bmp_header_raw['header_size'] == 84) { |
|
@@ 140-143 (lines=4) @@
|
| 137 |
|
} elseif ($thisfile_bmp_header_raw['header_size'] == 40) { |
| 138 |
|
$thisfile_bmp['type_os'] = 'Windows'; |
| 139 |
|
$thisfile_bmp['type_version'] = 1; |
| 140 |
|
} elseif ($thisfile_bmp_header_raw['header_size'] == 84) { |
| 141 |
|
$thisfile_bmp['type_os'] = 'Windows'; |
| 142 |
|
$thisfile_bmp['type_version'] = 4; |
| 143 |
|
} elseif ($thisfile_bmp_header_raw['header_size'] == 100) { |
| 144 |
|
$thisfile_bmp['type_os'] = 'Windows'; |
| 145 |
|
$thisfile_bmp['type_version'] = 5; |
| 146 |
|
} else { |