Mengganti Password
" . $this->session->flashdata('alert') . "
";
} elseif ($this->session->flashdata('error')) {
echo "" . $this->session->flashdata('error') . "
";
}
?>