Advertisement
retesere20

---recycler----

Sep 21st, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if( !$this->get_option_CHOSEN('`please_wait') ){
  2. $this->update_option_CHOSEN('`please_wait',true);
  3. $msg=__('Please wait (Untill installation completes, don\'t refresh the page).', 'wp-phpmyadmin-extension') ;
  4. echo '<script>alert("'. $msg.'"); location.reload(); </script>';
  5. $this->dieMessage($msg);
  6. }
  7. ....
  8. $this->update_option_CHOSEN('`please_wait', false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement