Changeset 2304
- Timestamp:
- 6/25/2011 3:22:15 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/website/scripts/updates/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/updates/index.php
r1927 r2304 8 8 exit; 9 9 10 ob_start(); 10 11 header('content-type: application/xml'); 11 12 $downloadsList = intval($versionMatch[2]) == 0 ? new UpdateList1() : new UpdateList1_1(); 12 13 $downloadsList->Output($version); 14 15 header('content-length: ' . ob_get_length()); 13 16 ?>
Note: See TracChangeset
for help on using the changeset viewer.
