Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F432444
PhabricatorAuthContactNumberEditController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
466 B
Referenced Files
None
Subscribers
None
PhabricatorAuthContactNumberEditController.php
View Options
<?php
final
class
PhabricatorAuthContactNumberEditController
extends
PhabricatorAuthContactNumberController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
$sms_auth_factor
=
new
PhabricatorSMSAuthFactor
();
if
(
$sms_auth_factor
->
isSMSMailerConfigured
())
{
return
id
(
new
PhabricatorAuthContactNumberEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
else
{
return
new
Aphront404Response
();
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 2:04 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
60658
Default Alt Text
PhabricatorAuthContactNumberEditController.php (466 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment