]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk...
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 5 Jan 2009 15:50:03 +0000 (15:50 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 5 Jan 2009 15:50:03 +0000 (15:50 +0000)
config.inc.php.example
upgrade.txt

index a8aa84783818a931cd2b86138a9c24f54be2fe8e..86d7c869cc22a724a02477890641f3344b28efbd 100644 (file)
@@ -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}
index acf6a966d1e9950bf9735db31d3903de7bc3a5c4..179b708c1ec15c1313cdee58c5bb33288047ffd5 100644 (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 ===