Skip to content
Snippets Groups Projects
crons.php 120 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<?php 
Eric Laufer's avatar
Eric Laufer committed
$cron = Classloader('crons',true);
Eric Laufer's avatar
Eric Laufer committed
head("Crons (Übersicht und manuell Start)");
echo $cron->liste();
foot(); ?>