forget password message chages

This commit is contained in:
resicovenba 2017-12-01 18:55:27 +05:30
parent c6956f8428
commit 9b93141f34

View File

@ -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);