
This hides most of the wiki tools including the sidebar and search until the user has logged in.
10 lines
192 B
PHP
Executable file
10 lines
192 B
PHP
Executable file
<?php
|
|
/*
|
|
* default configuration settings
|
|
*
|
|
*/
|
|
|
|
$conf['sidebar_sections'] = 'h1,h2,h3,h4,h5';
|
|
$conf['header_layout'] = 'header-default';
|
|
$conf['autocollapse'] = 1;
|
|
$conf['closedwiki'] = 0;
|