Browse Source

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

remotes/origin/stable6
Robin Appelman 12 years ago
parent
commit
a609a53647
  1. 3
      config/config.sample.php

3
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,
);
Loading…
Cancel
Save