はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?php
/**
* Default configuration for indexmenu plugin
*
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author: Samuele Tognini <samuele@samuele.netsons.org>
*/
$conf['defaultoptions'] = '';
$conf['only_admins'] = 0;
$conf['aclcache'] = 'groups';
$conf['headpage'] = ':start:,:same:,:inside:';
$conf['hide_headpage'] = 1;
$conf['page_index'] = '';
$conf['empty_msg'] = '';
$conf['skip_index'] = '';
$conf['skip_file'] = '';
$conf['show_sort'] = 1;
//$conf['themes_url'] = 'http://samuele.netsons.org/dokuwiki';
//$conf['be_repo'] = 0;