Changeset View
Changeset View
Standalone View
Standalone View
src/applications/system/application/PhabricatorSystemApplication.php
| Show All 20 Lines | return array( | ||||
| '/robots.txt' => 'PhabricatorRobotsController', | '/robots.txt' => 'PhabricatorRobotsController', | ||||
| '/services/' => array( | '/services/' => array( | ||||
| 'encoding/' => 'PhabricatorSystemSelectEncodingController', | 'encoding/' => 'PhabricatorSystemSelectEncodingController', | ||||
| 'highlight/' => 'PhabricatorSystemSelectHighlightController', | 'highlight/' => 'PhabricatorSystemSelectHighlightController', | ||||
| ), | ), | ||||
| '/readonly/' => array( | '/readonly/' => array( | ||||
| '(?P<reason>[^/]+)/' => 'PhabricatorSystemReadOnlyController', | '(?P<reason>[^/]+)/' => 'PhabricatorSystemReadOnlyController', | ||||
| ), | ), | ||||
| '/favicon.ico' => 'PhabricatorSystemFaviconController', | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||