Skip to content
Snippets Groups Projects
Commit 2b72d22a authored by Andreas Gohr's avatar Andreas Gohr
Browse files

some typo fixes in local.php.dist FS#1723 (Debian #531534)

Ignore-this: f57a6009acf8775ac2bd06e24fa61b16

darcs-hash:20091004092654-7ad00-3d8035e554899add5f49e6bc9077d245db1c21d5.gz
parent 162483d0
No related branches found
Tags develsnap_2009-10-01
No related merge requests found
<?php
/*
This is an example of how a local.php coul look like.
Simply copy the options you want to change from dokuwiki.php
to this file and change them
/**
* This is an example of how a local.php coul look like.
* Simply copy the options you want to change from dokuwiki.php
* to this file and change them.
*
* When using the installer, a correct local.php file be generated for
* you automatically.
*/
......@@ -11,7 +14,8 @@
//$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
//$conf['superuser'] = 'joe';
/* The following options are usefull, if you use a MySQL
/**
* 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment