Feature Request: Ignore (symbolic) links
-
Hi,
Could we please have a logic that that ignores the (symbolic) links?
Currently, the plugin throws a PHP warning (for symlinks) that fills the debug.log file quickly, if debugging is enabled.
Currently, fixed the warnings by listing the symbolic links in “Dirs/Files To Ignore”. Not a big issue as everyone who has created symlinks have created them by hand. So, it doesn’t hurt to do additional action to exclude them.
I know this is an edge case scenario. If’d be still nice to have them excluded in the plugin, considering this is probably an easy fix. Here’s the fix, btw…
At https://plugins.trac.www.ads-software.com/browser/file-changes-monitor/tags/1.0.4/classes/wpfmp.class.php#L270 or at https://plugins.trac.www.ads-software.com/browser/file-changes-monitor/tags/1.0.4/classes/wpfmp.class.php#L282
if( 'link' === filetype( $full_dir_file_name ) ) continue;
- The topic ‘Feature Request: Ignore (symbolic) links’ is closed to new replies.