<?php define('TO_EMAIL', 'user@provider.tld'); // Set directory. $scan = new MalScanner('.'); // Send Email Alerts $scan->sendAlerts(); // Show Current Alerts echo $scan->showAlerts();
info at phpclasses dot org