소스 검색

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…
취소
저장