Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105856419
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
Thu, Mar 20, 07:35
Size
370 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 07:35 (2 d)
Engine
blob
Format
Raw Data
Handle
25060035
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