added primitive issue management pages.
still far more to be done
This commit is contained in:
@ -44,7 +44,8 @@ $db['default']['database'] = CODEPOT_DATABASE_NAME;
|
||||
$db['default']['dbdriver'] = CODEPOT_DATABASE_DRIVER;
|
||||
$db['default']['dbprefix'] = CODEPOT_DATABASE_PREFIX;
|
||||
$db['default']['pconnect'] = FALSE;
|
||||
$db['default']['db_debug'] = FALSE;
|
||||
//$db['default']['db_debug'] = FALSE;
|
||||
$db['default']['db_debug'] = TRUE;
|
||||
$db['default']['cache_on'] = FALSE;
|
||||
$db['default']['cachedir'] = "";
|
||||
$db['default']['char_set'] = "utf8";
|
||||
|
Reference in New Issue
Block a user