Kaliiixx notes the title "Phabricator" doesn't allow to distinguish between several installations.
Description
Description
Event Timeline
Comment Actions
diff --git a/src/applications/home/controller/PhabricatorHomeMainController.php b/src/applications/home/controller/PhabricatorHomeMainController.php index 330aecf..05b44cc 100644 --- a/src/applications/home/controller/PhabricatorHomeMainController.php +++ b/src/applications/home/controller/PhabricatorHomeMainController.php @@ -54,7 +54,7 @@ final class PhabricatorHomeMainController extends PhabricatorHomeController { return $this->buildApplicationPage( $content, array( - 'title' => 'Phabricator', + 'title' => getenv('PHABRICATOR_TITLE'), )); }