|
|
Choosing A Webhost: |
mantisbt core.php,1.43,1.44: msg#00059bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4636 Modified Files: core.php Log Message: added content type header to all text pages Index: core.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core.php,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- core.php 23 May 2005 13:48:39 -0000 1.43 +++ core.php 16 Jun 2005 13:26:05 -0000 1.44 @@ -142,4 +142,9 @@ # push push default language to speed calls to lang_get lang_push( lang_get_default() ); + + if ( !isset( $g_bypass_headers ) && !headers_sent() ) { + header( 'Content-type: text/html;charset=' . lang_get( 'charset' ) ); + } + ?> ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt bug_actiongroup.php,1.46,1.47 bug_actiongroup_page.php,1.50,1.51, Glenn Henshaw |
|---|---|
| Next by Date: | mantisbt/core html_api.php,1.170,1.171, Glenn Henshaw |
| Previous by Thread: | mantisbt bug_actiongroup.php,1.46,1.47 bug_actiongroup_page.php,1.50,1.51, Glenn Henshaw |
| Next by Thread: | mantisbt/core html_api.php,1.170,1.171, Glenn Henshaw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |