Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35253366
PhabricatorRedirectController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
431 B
Subscribers
None
PhabricatorRedirectController.php
View Options
<?php
final
class
PhabricatorRedirectController
extends
PhabricatorController
{
private
$uri
;
public
function
shouldRequireLogin
()
{
return
false
;
}
public
function
shouldRequireEnabledUser
()
{
return
false
;
}
public
function
willProcessRequest
(
array
$data
)
{
$this
->
uri
=
$data
[
'uri'
];
}
public
function
processRequest
()
{
return
id
(
new
AphrontRedirectResponse
())->
setURI
(
$this
->
uri
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Feb 4, 4:15 PM (17 h, 12 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/34/cede0122270d302482a024e2dd55
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment