mirror of
https://github.com/dokuwiki/dokuwiki-plugin-xref.git
synced 2025-08-15 21:32:04 +00:00
10 lines
166 B
PHP
10 lines
166 B
PHP
<?php
|
|
/**
|
|
* Default settings for the xref plugin
|
|
*
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
*/
|
|
|
|
$conf['grokbaseurl'] = 'https://codesearch.dokuwiki.org';
|
|
|