mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Merge branch 'master' of github.com:facebook/phabricator
This commit is contained in:
commit
2b6f16dccd
2 changed files with 0 additions and 8 deletions
|
@ -22,12 +22,6 @@ return array(
|
|||
// Example: "http://phabricator.example.com/"
|
||||
'phabricator.base-uri' => null,
|
||||
|
||||
// The Conduit URI for API access to this install. Normally this is just
|
||||
// the 'base-uri' plus "/api/" (e.g. "http://phabricator.example.com/api/"),
|
||||
// but make sure you specify 'https' if you have HTTPS configured.
|
||||
'phabricator.conduit-uri' => null,
|
||||
|
||||
|
||||
// The default PHID for users who haven't uploaded a profile image. It should
|
||||
// be 50x50px.
|
||||
'user.default-profile-image-phid' => 'PHID-FILE-f57aaefce707fc4060ef',
|
||||
|
|
|
@ -171,8 +171,6 @@ class PhabricatorUserSettingsController extends PhabricatorPeopleController {
|
|||
$notice = null;
|
||||
}
|
||||
|
||||
$host = PhabricatorEnv::getEnvConfig('phabricator.conduit-uri');
|
||||
|
||||
$cert_form = new AphrontFormView();
|
||||
$cert_form
|
||||
->setUser($user)
|
||||
|
|
Loading…
Reference in a new issue