summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-10-24 09:50:36 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-10-24 09:50:36 +0200
commit24650a1909022a24959489f1508fd877ce6db576 (patch)
tree9b20283ded79f229deb0fbc6473dd1352fbde747 /install.php
parent2ba9f431b90f359b7fb95b25d2b8267157fd7996 (diff)
downloadrpg-24650a1909022a24959489f1508fd877ce6db576.tar.gz
rpg-24650a1909022a24959489f1508fd877ce6db576.tar.bz2
use gmdate in installer
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 98b729a4d..e555d3f54 100644
--- a/install.php
+++ b/install.php
@@ -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
/**