28 Mar
Posted by: admin in: PHP Solutions
This function will help you if you need to monitor folders for recently changed files, or you may implement it as an anti-hacker solution to check your files. Anyway, I think you find it useful.
<?
//Put here the directory you want to search for. Put / if you want to search your entire domain
$dir=’/var/www/html/domain.com/download’;
//Put the date [...]