repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Give Phame blogs mutable interact policies
[phabricator.git]
/
src
/
applications
/
phame
/
controller
/
blog
/
PhameBlog404Controller.php
blob
994c4d629743cc047acb16712552cec847021585
1
<
?php
2
3
final class
PhameBlog404Controller
extends
PhameLiveController
{
4
5
public function
handleRequest
(
AphrontRequest
$request
) {
6
$response
=
$this
->
setupLiveEnvironment
();
7
if
(
$response
) {
8
return
$response
;
9
}
10
11
return new
Aphront404Response
();
12
}
13
14
}