aboutsummaryrefslogtreecommitdiff
path: root/src/cron/jobs-cleanup.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/cron/jobs-cleanup.php')
-rw-r--r--src/cron/jobs-cleanup.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cron/jobs-cleanup.php b/src/cron/jobs-cleanup.php
new file mode 100644
index 0000000..3e01d34
--- /dev/null
+++ b/src/cron/jobs-cleanup.php
@@ -0,0 +1,5 @@
+<?php
+
+require __DIR__.'/../init.php';
+
+jobs::cleanup(); \ No newline at end of file