summaryrefslogtreecommitdiff
path: root/conf/local.php.dist
diff options
context:
space:
mode:
authormatthiasgrimm <matthiasgrimm@users.sourceforge.net>2006-01-22 13:53:27 +0100
committermatthiasgrimm <matthiasgrimm@users.sourceforge.net>2006-01-22 13:53:27 +0100
commita771ad3a6d06253269a7ddf2da2fe9eab71dd895 (patch)
treed0da954d7af28d1ea3a641de865f2b9302503a16 /conf/local.php.dist
parent3971c1cc98ea6a7d389ba5404df61e523184f3bc (diff)
downloadrpg-a771ad3a6d06253269a7ddf2da2fe9eab71dd895.tar.gz
rpg-a771ad3a6d06253269a7ddf2da2fe9eab71dd895.tar.bz2
MySQL backend code cleanup fix
This patch make the MySQL backend work again after Andi's code cleanup ;-) darcs-hash:20060122125327-7ef76-5b7a46fa8bc49fc68a11a44fabddc9753e9a1dfb.gz
Diffstat (limited to 'conf/local.php.dist')
-rw-r--r--conf/local.php.dist10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/local.php.dist b/conf/local.php.dist
index bcbb19e63..53d7cc720 100644
--- a/conf/local.php.dist
+++ b/conf/local.php.dist
@@ -10,3 +10,13 @@ $conf['title'] = 'My Wiki'; //what to show in the title
$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");
+
+