1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-04 20:01:00 +01:00

Increase severity of "phabricator.base-uri" warning

Summary: Fixes T6828.

Test Plan: reading

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T6828

Differential Revision: https://secure.phabricator.com/D11075
This commit is contained in:
epriestley 2014-12-30 08:01:44 -08:00
parent b642359eb6
commit 2fe553761a

View file

@ -31,13 +31,12 @@ final class PhabricatorSetupCheckBaseURI extends PhabricatorSetupCheck {
$base_uri_guess = PhabricatorEnv::getRequestBaseURI(); $base_uri_guess = PhabricatorEnv::getRequestBaseURI();
$summary = pht( $summary = pht(
'The base URI for this install is not configured. Configuring it will '. 'The base URI for this install is not configured. Many major features '.
'improve security and enable features.'); 'will not work properly until you configure it.');
$message = pht( $message = pht(
'The base URI for this install is not configured. Configuring it will '. 'The base URI for this install is not configured, and major features '.
'improve security and allow background processes (like daemons and '. 'will not work properly until you configure it.'.
'scripts) to generate links.'.
"\n\n". "\n\n".
'You should set the base URI to the URI you will use to access '. 'You should set the base URI to the URI you will use to access '.
'Phabricator, like "http://phabricator.example.com/".'. 'Phabricator, like "http://phabricator.example.com/".'.