1
0
Fork 0

Add addon config hook

This commit is contained in:
Hypolite Petovan 2018-06-27 23:05:38 -04:00
commit 2e2930d770
3 changed files with 67 additions and 9 deletions

View file

@ -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
*/