瀏覽代碼

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

tags/v6.0.0RC1
Robin Appelman 10 年之前
父節點
當前提交
a609a53647
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      config/config.sample.php

+ 3
- 0
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…
取消
儲存