mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
13 lines
356 B
PHP
13 lines
356 B
PHP
<?php
|
|
/**
|
|
* 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.
|
|
*
|
|
* When using the installer, a correct local.php file be generated for
|
|
* you automatically.
|
|
*/
|
|
|
|
|
|
/* Basic Settings */
|
|
$conf['lang'] = '__LANGUAGE__'; //your language
|