This commit is contained in:
mensonge 2009-01-05 15:50:03 +00:00
parent d545f9e2dc
commit b5779bd638
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
* No intructions
- Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example
* Delete last line : include_once('debug.inc.php');
* Add variable: $menu2Tags = array();
* Add variable: $menu2Tags = array('example', 'of', 'menu', 'tags');
* Add variable: $debugMode = true; # if true, show debug messages
=== From version 0.89 to 0.90 ===