mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Markup corrections
This commit is contained in:
parent
a9ad77fc29
commit
770eea7b56
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue