. */ class Helplog extends Help { public function __construct() { $this->title = "Activity log"; $this->name = "log"; } public function get_help() { echoln("In the Activity Log, you can find different kind of events that happened in the applications. It logs logins and logouts to the admin page, nightly runs of scripts, errors "); echoln("that occurded, mails that arrived (error reports) and mails that were send from the website. Also cancelations are logged here."); echoln("

In the different columns you can find the following information:"); echoln("

"); } } ?>