adjust button styles in ssl- and dns-editor; don't show notice about pcntl when using --no-fork

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-23 20:43:21 +02:00
parent 996976d9f3
commit a55cd86a4c
3 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ class TrafficCron extends FroxlorCron
// Fork failed
return 1;
}
} else {
} else if (!defined('CRON_NOFORK_FLAG')) {
if (extension_loaded('pcntl')) {
$msg = "PHP compiled with pcntl but pcntl_fork function is not available.";
} else {