Setup: testSelf should reference README.md instead of README, otherwise setup will fail
This commit is contained in:
parent
92b180ca05
commit
7c0a2192f7
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ function firstrun($resume)
|
|||
$prot = $res['force_ssl'] ? 'https://' : 'http://';
|
||||
if ($res['site_host'])
|
||||
{
|
||||
if (!$test($prot.$res['site_host'].'/README', $resp))
|
||||
$error[] = ' * could not access '.$prot.$res['site_host'].'/README ['.$resp.']';
|
||||
if (!$test($prot.$res['site_host'].'/README.md', $resp))
|
||||
$error[] = ' * could not access '.$prot.$res['site_host'].'/README.md ['.$resp.']';
|
||||
}
|
||||
else
|
||||
$error[] = ' * SITE_HOST is empty';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue