File has been modified
-
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!
The topic ‘File has been modified’ is closed to new replies.