diff --git a/jappixmini/jappixmini.php b/jappixmini/jappixmini.php index f476753a..88233063 100644 --- a/jappixmini/jappixmini.php +++ b/jappixmini/jappixmini.php @@ -106,6 +106,10 @@ function jappixmini_plugin_admin(&$a, &$o) { $o .= '
Jappix is installed.
'; } + // warn if cron job has not yet been executed + $cron_run = get_config("jappixmini", "last_cron_execution"); + if (!$cron_run) $o .= "Warning: The cron job has not yet been executed. If this message is still there after some time (usually 10 minutes), this means that autosubscribe and autoaccept will not work.
"; + // info text field $o .= '