issue#99 database password in config.php
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Nextcloud - user_sql
|
||||
*
|
||||
* @copyright 2018 Marcin Łojewski <dev@mlojewski.me>
|
||||
* @copyright 2020 Marcin Łojewski <dev@mlojewski.me>
|
||||
* @author Marcin Łojewski <dev@mlojewski.me>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
@@ -44,5 +44,6 @@ final class Opt
|
||||
const PROVIDE_AVATAR = "opt.provide_avatar";
|
||||
const QUOTA_SYNC = "opt.quota_sync";
|
||||
const REVERSE_ACTIVE = "opt.reverse_active";
|
||||
const SAFE_STORE = "opt.safe_store";
|
||||
const USE_CACHE = "opt.use_cache";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user