Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F32914343
PhabricatorStatusController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
293 B
Subscribers
None
PhabricatorStatusController.php
View Options
<?php
final
class
PhabricatorStatusController
extends
PhabricatorController
{
public
function
shouldRequireLogin
()
{
return
false
;
}
public
function
processRequest
()
{
$response
=
new
AphrontWebpageResponse
();
$response
->
setContent
(
"ALIVE
\n
"
);
return
$response
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Nov 17, 9:28 PM (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
18/e0/fc9e030a03b360864d4d6e8d6902
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment