View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003399 | mantisbt | installation | public | 2003-11-01 00:23 | 2004-08-29 02:25 |
| Reporter | zaher | Assigned To | thraxisp | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0003399: Page not found. | ||||
| Description | when i use my browser as www.mysite.com/mantis then i write some code to correct the problem core/print_api.php // header( 'Content-Type: text/html' );// to | ||||
| Additional Information | windows 2000 | ||||
| Tags | No tags attached. | ||||
| Attached Files | header_3399.diff (329 bytes)
Index: core/print_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/print_api.php,v retrieving revision 1.92 diff -r1.92 print_api.php 37c37 < header( 'Content-Type: text/html' ); --- > header( 'Content-Type: text/html; charset=' . lang_get( 'charset' ) ); | ||||