Changeset 2695
- Timestamp:
- 5/25/2012 3:36:28 AM (12 months ago)
- File:
-
- 1 edited
-
trunk/website/scripts/blackbox/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/scripts/blackbox/upload.php
r2694 r2695 234 234 if (!move_uploaded_file($crashReport['tmp_name'], sprintf('dumps/%u-%u.tar.%s', $reportId, $dumpId, $localExt))) 235 235 throw new Exception('Could not store crash dump onto server.'); 236 237 //Give the client the Report ID so he can check whether the report has since been fixed. 238 header('Content-Type: application/xml'); 239 printf('<?xml version="1.0"?> 240 <crashReport id="%d" />', $reportId); 236 241 } 237 242
Note: See TracChangeset
for help on using the changeset viewer.
