taktikhek

Untitled

May 30th, 2019
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Dashboard</title>
  4. </head>
  5. <body>
  6. <h2>Dashboard</h2>
  7. <p><stong>Welcome <?php echo $this->session->login['nama']; ?>!</strong><br />
  8. [<a href="<?=base_url();?>home/logout">Logout</a>]
  9. </p>
  10. </body>
  11. </html>
Add Comment
Please, Sign In to add comment