Skip to content

Commit cf88f10

Browse files
authored
Merge pull request dokuwiki#4301 from hauk92/loginlocaltime
Use date in install.php
2 parents b1a9a7a + 234bbfa commit cf88f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function store_data($d)
378378
$d['policy'] = (int)$d['policy'];
379379

380380
// create local.php
381-
$now = gmdate('r');
381+
$now = date('r');
382382
$output = <<<EOT
383383
<?php
384384
/**

0 commit comments

Comments
 (0)