Plugin Directory

Changeset 916357


Ignore:
Timestamp:
05/18/2014 04:21:55 AM (12 years ago)
Author:
Beej
Message:

Minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • block-default-login-attempts/trunk/block-default-login-attempts.php

    r915974 r916357  
    33Plugin Name: Block Default Login Attempts
    44Description: Completely block default admin user login attempts in WordPress.
    5 Version: 1.2.1
     5Version: 1.2.2
    66Author: Ben Yates
    77Author URI: http://bayates.host-ed.me/wordpress/
     
    4545        $s = '';
    4646        clearstatcache();
    47         if (!filesize($log_path)) {
     47        if (!@filesize($log_path)) {
    4848            $s .= '<?php exit; ?' . '>' . PHP_EOL;
    4949        }
Note: See TracChangeset for help on using the changeset viewer.