From 0344b168276f80189e2254c75a762aff5b517b6b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 22 May 2016 06:32:57 -0400
Subject: [PATCH] Fix priority icon(s) position

---
 config/config.inc.php.sample |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/config/config.inc.php.sample b/config/config.inc.php.sample
index 22a2694..2b72cc6 100644
--- a/config/config.inc.php.sample
+++ b/config/config.inc.php.sample
@@ -4,8 +4,8 @@
  +-----------------------------------------------------------------------+
  | Local configuration for the Roundcube Webmail installation.           |
  |                                                                       |
- | This is a sample configuration file only containing the minumum       |
- | setup required for a functional installation. Copy more config        |
+ | This is a sample configuration file only containing the minimum       |
+ | setup required for a functional installation. Copy more options       |
  | from defaults.inc.php to this file to override the defaults.          |
  |                                                                       |
  | This file is part of the Roundcube Webmail client                     |
@@ -21,9 +21,10 @@
 
 // Database connection string (DSN) for read+write operations
 // Format (compatible with PEAR MDB2): db_provider://user:password@host/database
-// Currently supported db_providers: mysql, pgsql, sqlite, mssql or sqlsrv
+// Currently supported db_providers: mysql, pgsql, sqlite, mssql, sqlsrv, oracle
 // For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
-// NOTE: for SQLite use absolute path: 'sqlite:////full/path/to/sqlite.db?mode=0646'
+// 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';
 
 // The mail host chosen to perform the log-in.

--
Gitblit v1.9.1