Advertisement
Guest User

Untitled

a guest
May 31st, 2022
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. // https://whmcs.community/topic/313839-confirm-password-to-continue
  3.  
  4. add_hook('AdminAreaHeaderOutput', 1, function($vars) {
  5. $_SESSION['AuthConfirmationTimestamp'] = time();
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement