Merge pull request #4301 from hauk92/loginlocaltime
Use date in install.php
This commit is contained in:
commit
cf88f10b93
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ function store_data($d)
|
|||
$d['policy'] = (int)$d['policy'];
|
||||
|
||||
// create local.php
|
||||
$now = gmdate('r');
|
||||
$now = date('r');
|
||||
$output = <<<EOT
|
||||
<?php
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue