thomascube
2006-05-18 cead5c727147faac362e742aa7bcecf07f68cd99
config/db.inc.php.dist
@@ -32,6 +32,10 @@
// maximum length of a query in bytes
$rcmail_config['db_max_length'] = 512000;  // 500K
// use persistent db-connections
$rcmail_config['db_persistent'] = TRUE;
// you can define specific table names used to store webmail data
$rcmail_config['db_table_users'] = 'users';
@@ -59,4 +63,4 @@
// end db config file
?>
?>