Guest User

Untitled

a guest
Mar 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (!$this->upload->do_upload()) {
  2. $this->session->set_flashdata('erro', $this->upload->display_errors());
  3. redirect(base_url() . 'updb/up_numeros/' . $tipo);
  4. exit;
  5. }
  6.  
  7. COLUNA 1 COLUNA 2
  8. C TESTE - 6173 2
Add Comment
Please, Sign In to add comment