From 066fee3089513b988d1beac2040e32a365921310 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 12 Oct 2008 13:31:50 +0200 Subject: Make license selectable from config FS#312 darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz --- conf/dokuwiki.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 5e25c4456..ab4d71387 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -25,7 +25,8 @@ $conf['allowdebug'] = 0; //allow debug output, enable if needed $conf['start'] = 'start'; //name of start page $conf['title'] = 'DokuWiki'; //what to show in the title -$conf['template'] = 'default'; //see tpl directory +$conf['template'] = 'default'; //see lib/tpl directory +$conf['license'] = 'cc-by-nc-sa'; //see conf/license.php $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1 $conf['recent'] = 20; //how many entries to show in recent $conf['breadcrumbs'] = 10; //how many recent visited pages to show -- cgit v1.2.3