Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F463439
PhabricatorSystemApplication.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
589 B
Referenced Files
None
Subscribers
None
PhabricatorSystemApplication.php
View Options
<?php
final
class
PhabricatorSystemApplication
extends
PhabricatorApplication
{
public
function
canUninstall
()
{
return
false
;
}
public
function
isUnlisted
()
{
return
true
;
}
public
function
getRoutes
()
{
return
array
(
'/status/'
=>
'PhabricatorStatusController'
,
'/debug/'
=>
'PhabricatorDebugController'
,
'/robots.txt'
=>
'PhabricatorRobotsController'
,
'/services/'
=>
array
(
'encoding/'
=>
'PhabricatorSystemSelectEncodingController'
,
'highlight/'
=>
'PhabricatorSystemSelectHighlightController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 7:30 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
78402
Default Alt Text
PhabricatorSystemApplication.php (589 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment