- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
//if they're locked out or banned die
if ( ( $bwpsoptions['id_enabled'] == 1 ||$bwpsoptions['ll_enabled'] == 1 ) && $this->checklock( $current_user->user_login ) ) {
wp_clear_auth_cookie();
@header( 'HTTP/1.0 418 I\'m a teapot' );
@header( 'Cache-Control: no-cache, must-revalidate' );
@header( 'Expires: Thu, 22 Jun 1978 00:28:00 GMT' );
die( __( 'error', $this->hook ) );
}
Bart 24.01.2014 11:11 # +4
roman-kashitsyn 24.01.2014 11:44 # +4
guest 25.01.2014 08:23 # +1