Add addon config hook
This commit is contained in:
parent
b10ae510c0
commit
2e2930d770
3 changed files with 67 additions and 9 deletions
|
@ -36,10 +36,6 @@ $a->backend = false;
|
|||
require_once "include/dba.php";
|
||||
|
||||
if (!$a->mode == App::MODE_INSTALL) {
|
||||
if (!dba::connected()) {
|
||||
System::unavailable();
|
||||
}
|
||||
|
||||
/**
|
||||
* Load configs from db. Overwrite configs from config/local.ini.php
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue