Ver código fonte

add documentation for single user config option to config.sample.php

tags/v6.0.0RC1
Robin Appelman 10 anos atrás
pai
commit
a609a53647
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      config/config.sample.php

+ 3
- 0
config/config.sample.php Ver arquivo

@@ -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,
);

Carregando…
Cancelar
Salvar