Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
12345678910111213 |
- <?php
-
- require_once __DIR__ . "/SmsSenderUtil.php";
- require_once __DIR__ . "/SmsSingleSender.php";
- require_once __DIR__ . "/SmsMultiSender.php";
- require_once __DIR__ . "/SmsStatusPuller.php";
- require_once __DIR__ . "/SmsMobileStatusPuller.php";
- require_once __DIR__ . "/SmsVoicePromptSender.php";
- require_once __DIR__ . "/SmsVoiceVerifyCodeSender.php";
-
- require_once __DIR__ . "/VoiceFileUploader.php";
- require_once __DIR__ . "/FileVoiceSender.php";
- require_once __DIR__ . "/TtsVoiceSender.php";
|