summaryrefslogtreecommitdiff
path: root/conf/local.php.dist
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-02-28 11:39:07 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-28 11:39:07 +0100
commitbc87043b7847c13380205af0accec67b3d7dc974 (patch)
tree7a9a69a14d3ead4ce6de4c8fb5c35a0bace2edb6 /conf/local.php.dist
parent60f1722dc25b5fac36c90d94741fe95c6088078a (diff)
downloadrpg-bc87043b7847c13380205af0accec67b3d7dc974.tar.gz
rpg-bc87043b7847c13380205af0accec67b3d7dc974.tar.bz2
minor tweaks on sample conf files FS#1723
Diffstat (limited to 'conf/local.php.dist')
-rw-r--r--conf/local.php.dist12
1 files changed, 1 insertions, 11 deletions
diff --git a/conf/local.php.dist b/conf/local.php.dist
index 4af6ea594..0397954f4 100644
--- a/conf/local.php.dist
+++ b/conf/local.php.dist
@@ -1,6 +1,6 @@
<?php
/**
- * This is an example of how a local.php coul look like.
+ * This is an example of how a local.php could look like.
* Simply copy the options you want to change from dokuwiki.php
* to this file and change them.
*
@@ -14,13 +14,3 @@
//$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
//$conf['superuser'] = 'joe';
-/**
- * The following options are usefull, if you use a MySQL
- * database as autentication backend. Have a look into
- * mysql.conf.php too and adjust the options to match
- * your database installation.
- */
-//$conf['authtype'] = 'mysql';
-//require_once ("mysql.conf.php");
-
-