Browse Source

improves documentation of configuration

pull/16/head
Martin Monperrus 11 years ago
parent
commit
0a2c97b68c
  1. 1
      bibtexbrowser.php

1
bibtexbrowser.php

@ -20,6 +20,7 @@ if (!defined('BIBTEXBROWSER')) {
define('BIBTEXBROWSER','v__GITHUB__'); define('BIBTEXBROWSER','v__GITHUB__');
// support for configuration // support for configuration
// set with bibtexbrowser_configure, get with config_value
// you may have bibtexbrowser_configure('ENCODING', 'latin1) in bibtexbrowser.local.php // you may have bibtexbrowser_configure('ENCODING', 'latin1) in bibtexbrowser.local.php
global $CONFIGURATION; global $CONFIGURATION;
$CONFIGURATION = array(); $CONFIGURATION = array();

Loading…
Cancel
Save