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,8 +660,10 @@ $tip = ui_print_help_tip(
|
|||||||
),
|
),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
$table_other->data[$i][0] = __('PhantomJS cache cleanup ').$tip;
|
|
||||||
$table_other->data[$i++][1] = html_print_input(
|
if (enterprise_installed() === true) {
|
||||||
|
$table_other->data[$i][0] = __('PhantomJS cache cleanup ').$tip;
|
||||||
|
$table_other->data[$i++][1] = html_print_input(
|
||||||
[
|
[
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'name' => 'phantomjs_cache_interval',
|
'name' => 'phantomjs_cache_interval',
|
||||||
@ -673,7 +675,8 @@ $table_other->data[$i++][1] = html_print_input(
|
|||||||
],
|
],
|
||||||
'selected' => ($config['phantomjs_cache_interval'] ?? PHANTOM_CACHE_CLEANUP_ONCE),
|
'selected' => ($config['phantomjs_cache_interval'] ?? PHANTOM_CACHE_CLEANUP_ONCE),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
echo '<form id="form_setup" method="post">';
|
echo '<form id="form_setup" method="post">';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user