mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fixed SMS issue
This commit is contained in:
parent
9ce9e606ff
commit
feeba80093
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
// The following can't be put inside a function...
|
// The following can't be put inside a function...
|
||||||
// So comment it out if not using the OVH SMS API
|
// So comment it out if not using the OVH SMS API
|
||||||
require __DIR__ . '/../../vendor/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
use \Ovh\Sms\SmsApi;
|
use \Ovh\Sms\SmsApi;
|
||||||
|
|
||||||
include_once __DIR__ . '/../config/config.php';
|
include_once __DIR__ . '/../config/config.php';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue