mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
Change the sms sending process to allow for sending of many sms using one process by sms
This commit is contained in:
parent
fe4f85117d
commit
b536c64df9
5 changed files with 286 additions and 9 deletions
|
@ -15,7 +15,7 @@
|
|||
$class = str_replace('\\', '/', $class); #Gestion des namespaces
|
||||
|
||||
if (file_exists(PWD . '/' . $class . '.php'))
|
||||
{
|
||||
{
|
||||
require_once(PWD . '/' . $class . '.php');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue