mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Use official PHP mirror
This commit is contained in:
parent
083cd5fd9d
commit
e902875339
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ final class PhabricatorSetup {
|
|||
"timezone. Either set 'date.timezone' in your php.ini or ".
|
||||
"'phabricator.timezone' in your Phabricator configuration. See the ".
|
||||
"PHP documentation for a list of supported timezones:\n\n".
|
||||
"http://us.php.net/manual/en/timezones.php\n");
|
||||
"http://www.php.net/manual/en/timezones.php\n");
|
||||
return;
|
||||
} else {
|
||||
self::write(" okay Timezone '{$timezone}' configured.\n");
|
||||
|
|
Loading…
Reference in a new issue