diff --git a/app/Controllers/Sendmail_controller.php b/app/Controllers/Sendmail_controller.php index 6d97a57..74a51eb 100644 --- a/app/Controllers/Sendmail_controller.php +++ b/app/Controllers/Sendmail_controller.php @@ -275,7 +275,7 @@ class Sendmail_controller extends BaseController $data['code'] = $code; - $data['url'] = base_url()."verify_email/".md5($code); + $data['url'] = base_url(); $temp_data = $this->MailModel->where('type' , 1)->where('is_active' , 1)->find(); diff --git a/app/Views/verification_mail_temp.php b/app/Views/verification_mail_temp.php index 698cac5..c055b4d 100644 --- a/app/Views/verification_mail_temp.php +++ b/app/Views/verification_mail_temp.php @@ -204,6 +204,12 @@ else if($id == 8) else { ?>
+ + + + + +