Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // There has to be no space before the starting php tag.
- // In case you need a redirect, you need to do it in PHP,
- // with header Location or something that would not print any text on the page (or spaces/newlines).
- include 'easy-lock.php';
- lock("testpw", 2, [
- 'remember_me' => true
- ]);
- ?>
- <h2>Your actual Page.</h2>
- <p>
- This can be seen after writing the password.
- For logging out, you can use this link:
- <a href="page.php?easylock=logout">page.php?easylock=logout</a>
- </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement