Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112651487
PhabricatorApplicationSupport.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, May 12, 00:01
Size
370 B
Mime Type
text/x-php
Expires
Wed, May 14, 00:01 (2 d)
Engine
blob
Format
Raw Data
Handle
26084409
Attached To
rPH Phabricator
PhabricatorApplicationSupport.php
View Options
<?php
final
class
PhabricatorApplicationSupport
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