diff options
author | Guy Brand <gb@unistra.fr> | 2012-01-15 10:29:12 +0100 |
---|---|---|
committer | Guy Brand <gb@unistra.fr> | 2012-01-15 10:29:12 +0100 |
commit | 32674f35158de48a04df59e42fdbf57cce2cc321 (patch) | |
tree | e435214f14f97b4c15b053ff869da2f405fe8030 | |
parent | 64a0bb700a94d774bc11a76304947fe41b8b6327 (diff) | |
download | rpg-32674f35158de48a04df59e42fdbf57cce2cc321.tar.gz rpg-32674f35158de48a04df59e42fdbf57cce2cc321.tar.bz2 |
Remove testing md5 hash from installer
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php index 457902630..03a026028 100644 --- a/install.php +++ b/install.php @@ -49,7 +49,6 @@ $dokuwiki_hash = array( '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8', '2011-05-25' => '4241865472edb6fa14a1227721008072', '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31', - 'devel' => '72c083c73608fc43c586901fd5dabb74', ); |