SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
Index: config/config.inc.php.sample
|
||||
--- config/config.inc.php.sample.orig
|
||||
+++ config/config.inc.php.sample
|
||||
@@ -25,7 +25,8 @@ $config = [];
|
||||
// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
|
||||
// NOTE: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
|
||||
// or (Windows): 'sqlite:///C:/full/path/to/sqlite.db'
|
||||
-$config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
|
||||
+// $config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
|
||||
+$config['db_dsnw'] = 'sqlite:///roundcubemail/db/sqlite.db?mode=0660';
|
||||
|
||||
// IMAP host chosen to perform the log-in.
|
||||
// See defaults.inc.php for the option description.
|
Loading…
Add table
Add a link
Reference in a new issue