mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Separate dedicated Yunohost configuration in a new file that cannot be modified by user Adapt scripts to handle new files See https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/37
13 lines
360 B
PHP
13 lines
360 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'] = '__YNH_LANGUAGE__'; //your language
|