mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-08 18:00:27 +00:00
9 lines
180 B
PHP
9 lines
180 B
PHP
|
<?php
|
||
|
|
||
|
$PASSWORDS = array(
|
||
|
'16505551212' => 'rosebud',
|
||
|
'16505551213' => 's3krit',
|
||
|
);
|
||
|
$PHONE_NUMBERS = array_keys($PASSWORDS);
|
||
|
|
||
|
$OUTGOING_DIR_NAME = __DIR__."/outgoing_sms";
|