Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. include 'easy-lock.php';
  3. $options = array(
  4.     "password" => array('password1', 'password2')
  5. );
  6. lock("", 2, $options);
  7.  
  8. ?>
  9.  
  10.  
  11. Your page here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement