Hello, is it possible to have a record of all the deleted files?
I would like to have deleted_files.log that record files deleted either by admin or by cron.pl
I would probably have to edit cron.pl and some other file to record admin deleted? but I am not really good with perl, any examples?
Thanks in advance
XFileSharing Pro - log of deleted files possible?
Re: log of deleted files possible?
venture89 wrote:Hello, is it possible to have a record of all the deleted files?
I would like to have deleted_files.log that record files deleted either by admin or by cron.pl
I would probably have to edit cron.pl and some other file to record admin deleted? but I am not really good with perl, any examples?
Thanks in advance
the log is saved in your mysql database....
Thanks for that.
Is it possible to edit the following code from the cron_deleted_email.pl so that it cc a copy of this deleted file email to admin?
Is it possible to edit the following code from the cron_deleted_email.pl so that it cc a copy of this deleted file email to admin?
Code: Select all
$ses->SendMail( $user->{usr_email}, $c->{email_from}, "$c->{site_name}: deleted files list", $text );