Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108170179
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, Apr 14, 22:40
Size
275 B
Mime Type
text/x-php
Expires
Wed, Apr 16, 22:40 (2 d)
Engine
blob
Format
Raw Data
Handle
25524092
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