Fix/missing include get config value

This commit is contained in:
Peio Rigaux 2020-05-13 17:04:34 +02:00
parent 34873e7eba
commit e0390ce1d2
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
#%define _datadir %{_datarootdir}
#%define _docdir %{_datadir}/doc
%define build_number 18
%define build_number 19
%define var_dir /var/opt/belledonne-communications
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager
%define env_file "$RPM_BUILD_ROOT/etc/flexisip-account-manager/flexiapi.env"

View file

@ -20,6 +20,7 @@
include_once __DIR__ . '/../config/config.php';
include_once __DIR__ . '/../misc/logging.php';
include_once __DIR__ . '/../misc/utilities.php';
class Database
{