Guest User

Untitled

a guest
Jul 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php // {app}/views/users/login.ctp
  2. // ログインのためのビューを作成します。
  3. if ($session->check('Message.auth')) $session->flash('auth');
  4. echo $form->create('User', array('action' => 'login'));
  5. echo $form->input('username');
  6. echo $form->input('password');
  7. echo $form->end('Login');
Add Comment
Please, Sign In to add comment