Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100875616
PhameBlog404Controller.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
Mon, Feb 3, 12:45
Size
275 B
Mime Type
text/x-php
Expires
Wed, Feb 5, 12:45 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24047664
Attached To
rPH Phabricator
PhameBlog404Controller.php
View Options
<?php
final
class
PhameBlog404Controller
extends
PhameLiveController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
$response
=
$this
->
setupLiveEnvironment
();
if
(
$response
)
{
return
$response
;
}
return
new
Aphront404Response
();
}
}
Event Timeline
Log In to Comment