mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-05-03 22:56:50 +00:00
Fix/missing include get config value
This commit is contained in:
parent
34873e7eba
commit
e0390ce1d2
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
include_once __DIR__ . '/../config/config.php';
|
||||
include_once __DIR__ . '/../misc/logging.php';
|
||||
include_once __DIR__ . '/../misc/utilities.php';
|
||||
|
||||
class Database
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue