Advertisement
nurfawaiq

views/login.php

Apr 6th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <title>Login</title>
  2. <h3>Form Login</h3>
  3.  
  4. <form action="<?php echo site_url('auth/proses_login'); ?>" method="post">
  5. Username : <input type="text" name="username" required autofocus>
  6. <br>
  7. Password : <input type="password" name="password" required>
  8. <br>
  9. <input type="submit" name="login" value="Login">
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement