From b5779bd638d02496aeab5e010d727c00f7b871a9 Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 5 Jan 2009 15:50:03 +0000 Subject: git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@210 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 2 +- upgrade.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.inc.php.example b/config.inc.php.example index a8aa847..86d7c86 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -15,7 +15,7 @@ $usecache = false; # use cache ? {true,false} $dir_cache = dirname(__FILE__) .'/cache/'; # directory where cache files will be stored $cleanurls = false; # Use mod_rewrite to hide PHP extensions {true,false[default]} # be cautious, doesn't work for all hosts, you may need to modify the .htaccess file -$debugMode = false; # if true, show debug messages +$debugMode = false; # if true, show debug messages #### Database #### $dbtype = 'mysql4'; # Database driver {mysql, mysqli, mysql4, oracle, postgres, sqlite, db2, firebird, mssql, mssq-odbc} diff --git a/upgrade.txt b/upgrade.txt index acf6a96..179b708 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -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 === -- cgit v1.2.3-54-g00ecf