summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorHakan Sandell <sandell.hakan@gmail.com>2010-11-13 15:29:49 +0100
committerHakan Sandell <sandell.hakan@gmail.com>2010-11-13 15:29:49 +0100
commit14928129ac979d50664cff367377db5364f8e663 (patch)
treec244ebec8400361b7f084503f3ae40b2142647d5 /install.php
parentbcb79ff3b3b63c74a93cdf4762fa0cd1bb28d17a (diff)
parentebb29737d32bc331541f78a1a47f33ba33919938 (diff)
downloadrpg-14928129ac979d50664cff367377db5364f8e663.tar.gz
rpg-14928129ac979d50664cff367377db5364f8e663.tar.bz2
Merge branch 'master' of git://github.com/splitbrain/dokuwiki
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index 98b729a4d..ef3c848a9 100644
--- a/install.php
+++ b/install.php
@@ -46,7 +46,7 @@ $dokuwiki_hash = array(
'2008-05-04' => '1e5c42eac3219d9e21927c39e3240aad',
'2009-02-14' => 'ec8c04210732a14fdfce0f7f6eead865',
'2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4',
- '2010-10-07rc' => '7921d48195f4db21b8ead6d9bea801b8'
+ '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8'
);
@@ -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
/**