mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-01-25 02:24:39 +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")); |