[Pkg-owncloud-commits] [owncloud] 116/239: add documentation for single user config option to config.sample.php

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit a609a5364779acb8ac27b337ad453dc9c8a39811
Author: Robin Appelman <icewind at owncloud.com>
Date:   Mon Nov 25 16:01:42 2013 +0100

    add documentation for single user config option to config.sample.php
---
 config/config.sample.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index 105d475..7b533a8 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -235,4 +235,7 @@ $CONFIG = array(
 'openssl' => array(
 	//'config' => '/absolute/location/of/openssl.cnf',
 ),
+
+/* whether usage of the instance should be restricted to admin users only */
+'singleuser' => false,
 );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list