summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-09-23 13:00:47 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-09-23 13:00:47 +0200
commit56ee955725f8093f79a9c9beeef86c4f2df3abf4 (patch)
tree1e5f28e2166dcb25d183f6790f89d4cb050d2b72
parent039e19f5726f46573698d878f5bc2b9e92157e7f (diff)
downloadrpg-56ee955725f8093f79a9c9beeef86c4f2df3abf4.tar.gz
rpg-56ee955725f8093f79a9c9beeef86c4f2df3abf4.tar.bz2
fixed md5 sum for installer
darcs-hash:20060923110047-7ad00-b9007f7f656e56656a44b2349c14e7839c1f68ce.gz
-rw-r--r--conf/dokuwiki.php2
-rw-r--r--install.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index ad03d442c..861ffd1c4 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -3,7 +3,7 @@
* This is DokuWiki's Main Configuration file
*
* All the default values are kept here, you should not modify it but use
- * a local.conf.php file instead to override the settings from here.
+ * a local.php file instead to override the settings from here.
*
* This is a piece of PHP code so PHP syntax applies!
*
diff --git a/install.php b/install.php
index 7232c3c5e..ff03cc26a 100644
--- a/install.php
+++ b/install.php
@@ -40,7 +40,7 @@ $dokuwiki_hash = array(
'2005-09-22' => 'e33223e957b0b0a130d0520db08f8fb7',
'2006-03-05' => '51295727f79ab9af309a2fd9e0b61acc',
'2006-03-09' => '51295727f79ab9af309a2fd9e0b61acc',
- 'devel' => 'b32d3dd4330a0d24c8ce4ffaeafc6026',
+ 'devel' => '20551e468080113a094458401729ad6b',
);