0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.22.68.29


Current Path : /var/www/html/univadmin/
Upload File :
Current File : /var/www/html/univadmin/send_att_srun.php

<?php
//lib16107 lib16103

ini_set('display_errors', 'on');
include("../sms/sendsmsapiv1.php");
ini_set('memory_limit','900M');
ini_set('max_execution_time',900);

$unicode = '050';
$fsentuser = 'SRUN';

if($unicode == '')
{
    echo "Univ Code Empty";
    die();
}

$fevent = "ATT";
$usertype = "900";

$sms = new SMS($unicode, $fevent);
$sms->sendGeneralizedBulkSms($usertype, $fsentuser);


?>