• I got a message from Wordfance that a file on this plugin has been modified, I’m not sure what they are talking about, so figure I better ask. This is the file they are talking about:
    Original:
    $path = get_supercache_dir() . preg_replace( ‘/:.*$/’, ”, $_GET[ ‘path’ ] );

    New:

    $path = trailingslashit( get_supercache_dir() . preg_replace( ‘/:.*$/’, ”, $_GET[ ‘path’ ] ) );

    Thanks!

    http://ww.wp.xz.cn/plugins/wp-super-cache/

The topic ‘File has been modified’ is closed to new replies.