Changeset 15665
- Timestamp:
- 07/11/08 02:03:19 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/events.php.gr.jp/trunk/app/Haste_ViewClass.php
r15664 r15665 185 185 function _setDefault(&$render) 186 186 { 187 if (!headers_sent()) { 187 $headers_sent = false; 188 foreach (headers_list() as $header) { 189 if (stripos($header, 'content-type') === 0) { 190 $headers_sent = true; 191 } 192 } 193 if (!$headers_sent) { 188 194 header('Content-Type: text/html; charset=UTF-8'); 189 195 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)