Merge pull request #4301 from hauk92/loginlocaltime

Use date in install.php
This commit is contained in:
Andreas Gohr 2024-08-05 13:45:32 +02:00 committed by GitHub
commit cf88f10b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
/**