From 2ed1400285c043992f5a5ae2ff4d6ed89f133cb7 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 26 Apr 2024 22:16:40 +0200 Subject: [PATCH] disable table if mastercron isn't running --- application/views/cron/index.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/application/views/cron/index.php b/application/views/cron/index.php index 640548de5..964f4dd19 100644 --- a/application/views/cron/index.php +++ b/application/views/cron/index.php @@ -25,16 +25,17 @@
Status Master-Cron:
- +
Cron List
+
@@ -85,6 +86,12 @@
+ +
+

Your Mastercron isn't running.
Copy the cron above to a external cron service or into your server's cron to use this cron manager.

+

On a basic linux server with shell access use this command to edit your crons:

crontab -e

+
+
\ No newline at end of file