git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@210 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
d545f9e2dc
commit
b5779bd638
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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 ===
|
||||
|
|
Loading…
Reference in a new issue