how verify if the content folder was modified if don´t modified, a message is returned for user
thanks fo all !!!
if (file_exists("path/to/folder")) { echo "Go"; } else { echo "NoGo"; }