summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2014-11-25 15:01:05 -0800
committerCarla Schroder <carla@owncloud.com>2014-11-25 15:01:05 -0800
commit770eea7b56013b63cbdfa17fd0705cd44a920e2f (patch)
tree65190261cf94a5c18f5170c7a0f80b063b2cec97 /config
parenta9ad77fc296ab2e49321b8e53f8bfe5279b9316c (diff)
downloadnextcloud-server-770eea7b56013b63cbdfa17fd0705cd44a920e2f.tar.gz
nextcloud-server-770eea7b56013b63cbdfa17fd0705cd44a920e2f.zip
Markup corrections
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 864247b3735..d1526d77528 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -78,8 +78,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',
@@ -825,7 +824,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)