Use official PHP mirror

This commit is contained in:
vrana
2012-06-21 10:48:34 -07:00
parent 083cd5fd9d
commit e902875339

View File

@@ -369,7 +369,7 @@ final class PhabricatorSetup {
"timezone. Either set 'date.timezone' in your php.ini or ". "timezone. Either set 'date.timezone' in your php.ini or ".
"'phabricator.timezone' in your Phabricator configuration. See the ". "'phabricator.timezone' in your Phabricator configuration. See the ".
"PHP documentation for a list of supported timezones:\n\n". "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; return;
} else { } else {
self::write(" okay Timezone '{$timezone}' configured.\n"); self::write(" okay Timezone '{$timezone}' configured.\n");