13 lines
322 B
PHP
Executable File
13 lines
322 B
PHP
Executable File
<?php
|
|
require_once('fixed/config/go_con.php');
|
|
|
|
$just_U = 'LkjgHJKLGjklHLJKhgjklGHHJKLghjkGKLU';
|
|
//sms
|
|
$tretmentNumber = mysqli_real_escape_string($db, 509033601);
|
|
|
|
$m_body =
|
|
'للتسجيل في برنامج أقدامي
|
|
رمز التحقق: 567245
|
|
لدى: my.aqdamy.com';
|
|
|
|
// require_once('fixed/sms/send_message.php');
|