Fixed SMS issue

This commit is contained in:
Sylvain Berfini 2019-07-19 10:48:29 +02:00
parent 9ce9e606ff
commit feeba80093

View file

@ -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';