diff options
author | Carla Schroder <carla@owncloud.com> | 2014-11-25 15:01:05 -0800 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-11-28 10:20:12 +0100 |
commit | 9b414d81d867df1ce56ec2c8b4c5211ae625c12e (patch) | |
tree | 23b1b7174dc1c862c9f6de82204ba9f7d0be722c /config | |
parent | 5ac96c0a87da0bbe3cbcf790ace81ec3b5f1b087 (diff) | |
download | nextcloud-server-9b414d81d867df1ce56ec2c8b4c5211ae625c12e.tar.gz nextcloud-server-9b414d81d867df1ce56ec2c8b4c5211ae625c12e.zip |
Markup corrections
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 780d01f55fa..74ddf42f48a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -72,8 +72,7 @@ $CONFIG = array( /** * Where user files are stored; this defaults to ``data/`` in the ownCloud * directory. The SQLite database is also stored here, when you use SQLite. (SQLite is -available only in ownCloud Community Edition) - + * available only in ownCloud Community Edition) */ 'datadirectory' => '/var/www/owncloud/data', @@ -810,7 +809,7 @@ available only in ownCloud Community Edition) /** * Database types that are supported for installation. (SQLite is available only in - ownCloud Community Edition) + * ownCloud Community Edition) * * Available: * - sqlite (SQLite3) |