Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92740526
AphrontHTMLResponse.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 23, 07:59
Size
276 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 07:59 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
22502064
Attached To
rPH Phabricator
AphrontHTMLResponse.php
View Options
<?php
abstract
class
AphrontHTMLResponse
extends
AphrontResponse
{
public
function
getHeaders
()
{
$headers
=
array
(
array
(
'Content-Type'
,
'text/html; charset=UTF-8'
),
);
$headers
=
array_merge
(
parent
::
getHeaders
(),
$headers
);
return
$headers
;
}
}
Event Timeline
Log In to Comment