Skip to content

Commit 234bbfa

Browse files
committed
Use date in install.php
1 parent df992f9 commit 234bbfa

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)