Guest User

Untitled

a guest
May 20th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. 19 if ( $allow_address = 0 ) {
  2. 20 set $check "A";
  3. 21 }
  4. 22
  5. 23 if ( $request_uri ~ ^/wp-login\.php ) {
  6. 24 set $check "${check}B";
  7. 25 }
  8. 26
  9. 27 if ( $check = "AB" ) {
  10. 28 return 403;
  11. 29 }
  12. 30
Add Comment
Please, Sign In to add comment