forget password message chages
This commit is contained in:
parent
c6956f8428
commit
9b93141f34
@ -54,7 +54,7 @@ class Forgot_model extends CI_Model {
|
||||
|
||||
public function smssend($mobile,$messa)
|
||||
{
|
||||
$message ="Your new password for logging into Apollo student portal is ('$messa'). Please change the password as soon as you login.";
|
||||
$message ="Your new password for logging into Apollo student portal is $messa. Please change the password as soon as you login.";
|
||||
$mobile = "91$mobile";
|
||||
|
||||
$message = urlencode($message);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user