add documentation for single user config option to config.sample.php
This commit is contained in:
parent
1bcb04f94e
commit
a609a53647
|
@ -235,4 +235,7 @@ $CONFIG = array(
|
||||||
'openssl' => array(
|
'openssl' => array(
|
||||||
//'config' => '/absolute/location/of/openssl.cnf',
|
//'config' => '/absolute/location/of/openssl.cnf',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
/* whether usage of the instance should be restricted to admin users only */
|
||||||
|
'singleuser' => false,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue