mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-16 21:14:23 +02:00
change sending message
This commit is contained in:
parent
ba85ed6d0e
commit
ec45d59a68
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ switch ($do) {
|
|||
}else{
|
||||
$otp = rand(100000,999999);
|
||||
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('notify', '<div class="alert alert-success">
|
||||
<button type="button" class="close" data-dismiss="alert">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue