Skip to content

Commit

Permalink
fix config option
Browse files Browse the repository at this point in the history
  • Loading branch information
lisps committed Mar 19, 2014
1 parent 7b62b42 commit 115aab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/config/lang/en/lang.php
Expand Up @@ -171,6 +171,7 @@
$lang['renderer_xhtml'] = 'Renderer to use for main (xhtml) wiki output';
$lang['renderer__core'] = '%s (dokuwiki core)';
$lang['renderer__plugin'] = '%s (plugin)';
$lang['date_at_format'] = 'Date at format (see PHP\'s <a href="http://www.php.net/manual/datetime.formats.php">datetime.formats</a> information). If empty UNIX timestamp format will be used.';

/* Network Options */
$lang['dnslookups'] = 'DokuWiki will lookup hostnames for remote IP addresses of users editing pages. If you have a slow or non working DNS server or don\'t want this feature, disable this option';
Expand Down
1 change: 1 addition & 0 deletions lib/plugins/config/settings/config.metadata.php
Expand Up @@ -209,6 +209,7 @@
$meta['xsendfile'] = array('multichoice','_choices' => array(0,1,2,3),'_caution' => 'warning');
$meta['renderer_xhtml'] = array('renderer','_format' => 'xhtml','_choices' => array('xhtml'),'_caution' => 'warning');
$meta['readdircache'] = array('numeric');
$meta['date_at_format'] = array('string');

$meta['_network'] = array('fieldset');
$meta['dnslookups'] = array('onoff');
Expand Down

0 comments on commit 115aab0

Please sign in to comment.