Change the sms sending process to allow for sending of many sms using one process by sms

This commit is contained in:
osaajani 2020-09-02 20:50:31 +02:00
parent fe4f85117d
commit b536c64df9
5 changed files with 286 additions and 9 deletions

View file

@ -15,7 +15,7 @@
$class = str_replace('\\', '/', $class); #Gestion des namespaces
if (file_exists(PWD . '/' . $class . '.php'))
{
{
require_once(PWD . '/' . $class . '.php');
}