<?php 
$cron = Classloader('crons',true);
head("Crons (Übersicht und manuell Start)");
echo $cron->liste();
foot(); ?>