Turn user authentication off by default.
这个提交包含在:
父节点
b68a8e3faf
当前提交
596f2d5ca0
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -9,7 +9,7 @@ $config['google_maps_api'] = "ABQIAAAA74tY2H5PTGpzLdnwXQmLXxTAaiXfF7TN3brq2P-N4w
|
||||||
|
|
||||||
/* User options */
|
/* User options */
|
||||||
// Use authentication?
|
// Use authentication?
|
||||||
$config['use_auth'] = TRUE;
|
$config['use_auth'] = FALSE;
|
||||||
// User table
|
// User table
|
||||||
$config['auth_table'] = "users";
|
$config['auth_table'] = "users";
|
||||||
// Minimum user level required
|
// Minimum user level required
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用