Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/configuration/AphrontDefaultApplicationConfiguration.php
| Show First 20 Lines • Show All 300 Lines • ▼ Show 20 Lines | class AphrontDefaultApplicationConfiguration | ||||
| } | } | ||||
| public function buildRedirectController($uri, $external) { | public function buildRedirectController($uri, $external) { | ||||
| return array( | return array( | ||||
| new PhabricatorRedirectController($this->getRequest()), | new PhabricatorRedirectController($this->getRequest()), | ||||
| array( | array( | ||||
| 'uri' => $uri, | 'uri' => $uri, | ||||
| 'external' => $external, | 'external' => $external, | ||||
| )); | ), | ||||
| ); | |||||
| } | } | ||||
| } | } | ||||