mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-09 02:10:26 +00:00
6 lines
119 B
PHP
Executable File
6 lines
119 B
PHP
Executable File
<?php
|
|
|
|
require_once __DIR__."/config.php";
|
|
require_once __DIR__."/lib.php";
|
|
|
|
var_dump(get_outgoing_sms("16505551212")); |