Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106512527
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
Wed, Mar 26, 14:55
Size
275 B
Mime Type
text/x-php
Expires
Fri, Mar 28, 14:55 (2 d)
Engine
blob
Format
Raw Data
Handle
25195303
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