Guest User

Untitled

a guest
Jun 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $captcha = $app->make('captcha');
  2. $captcha->display();
  3. echo $form->label('code'.$bUID, $entry_code);
  4. echo $form->text('code'.$bUID, ""));
  5.  
  6. $captcha = $this->app->make('captcha');
  7. if (!$captcha->check()) {
  8. array_push($this->form_errors, $this->error_code);
  9. }
Add Comment
Please, Sign In to add comment