summaryrefslogtreecommitdiff
path: root/cron.php
blob: 376792366bbad14b4c1d191393607bf38703395b (plain)
1
2
3
4
5
6
7
<?

include "includes/cron.inc";

cron_run();

?>