Skip to content
Snippets Groups Projects
Commit 24650a19 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use gmdate in installer

parent 2ba9f431
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ function store_data($d){
$d['policy'] = (int) $d['policy'];
// create local.php
$now = date('r');
$now = gmdate('r');
$output = <<<EOT
<?php
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment