Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93013478
PhabricatorSupportApplication.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, Nov 25, 14:15
Size
370 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 14:15 (2 d)
Engine
blob
Format
Raw Data
Handle
22555644
Attached To
rPH Phabricator
PhabricatorSupportApplication.php
View Options
<?php
final
class
PhabricatorSupportApplication
extends
PhabricatorApplication
{
public
function
canUninstall
()
{
return
false
;
}
public
function
isUnlisted
()
{
return
true
;
}
public
function
getRoutes
()
{
return
array
(
'/help/'
=>
array
(
'keyboardshortcut/'
=>
'PhabricatorHelpKeyboardShortcutController'
,
),
);
}
}
Event Timeline
Log In to Comment