mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
PJ scheduler only enterprise
This commit is contained in:
parent
2796d3c4e2
commit
82c5cbb929
@ -660,6 +660,8 @@ $tip = ui_print_help_tip(
|
||||
),
|
||||
true
|
||||
);
|
||||
|
||||
if (enterprise_installed() === true) {
|
||||
$table_other->data[$i][0] = __('PhantomJS cache cleanup ').$tip;
|
||||
$table_other->data[$i++][1] = html_print_input(
|
||||
[
|
||||
@ -674,6 +676,7 @@ $table_other->data[$i++][1] = html_print_input(
|
||||
'selected' => ($config['phantomjs_cache_interval'] ?? PHANTOM_CACHE_CLEANUP_ONCE),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
echo '<form id="form_setup" method="post">';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user