change sending message
This commit is contained in:
parent
ba85ed6d0e
commit
ec45d59a68
@ -132,7 +132,7 @@ switch ($do) {
|
|||||||
}else{
|
}else{
|
||||||
$otp = rand(100000,999999);
|
$otp = rand(100000,999999);
|
||||||
file_put_contents($otpPath, $otp);
|
file_put_contents($otpPath, $otp);
|
||||||
sendSMS($username,$config['CompanyName']."\nYour Verification code are: $otp");
|
Message::sendSMS($username,$config['CompanyName']."\nYour Verification code are: $otp");
|
||||||
$ui->assign('username', $username);
|
$ui->assign('username', $username);
|
||||||
$ui->assign('notify', '<div class="alert alert-success">
|
$ui->assign('notify', '<div class="alert alert-success">
|
||||||
<button type="button" class="close" data-dismiss="alert">
|
<button type="button" class="close" data-dismiss="alert">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user