diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-28 16:58:09 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-11-28 19:20:11 +0100 |
commit | 2954169512f1f4094f572b23121e23b56fcdfb46 (patch) | |
tree | 2b18d2b2dc0ecc937c82a436326e3d2ba866e4ab | |
parent | b122b285c9d075b2aff7f86a7b0a1a1fe158de07 (diff) | |
download | nextcloud-server-2954169512f1f4094f572b23121e23b56fcdfb46.tar.gz nextcloud-server-2954169512f1f4094f572b23121e23b56fcdfb46.zip |
Adjust sample config
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 74ddf42f48a..a32c41787b6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -809,7 +809,7 @@ $CONFIG = array( /** * Database types that are supported for installation. (SQLite is available only in - * ownCloud Community Edition) + * ownCloud Community Edition, oci and mssql only for the Enterprise Edition) * * Available: * - sqlite (SQLite3) |