| title($id); ?> |
build_switch($id); ?>
' . __('CDN', 'litespeed-cache') . ' -> ', __('Manage', 'litespeed-cache') . ''); ?>
build_input(Base::O_CDN_CLOUDFLARE_KEY); ?>
%2$s.', 'litespeed-cache'), 'href="https://dash.cloudflare.com/profile/api-tokens" target="_blank"', 'Cloudflare'); ?>
build_input(Base::O_CDN_CLOUDFLARE_EMAIL); ?>
conf(Base::O_CDN_CLOUDFLARE_ZONE);
$cls = $cf_zone ? ' litespeed-input-success' : ' litespeed-input-warning';
$this->build_input(Base::O_CDN_CLOUDFLARE_NAME, $cls);
?>
|
|---|
:
:
:
= $curr_status['devmode_expired']) {
$expired_at = date('m/d/Y H:i:s', $curr_status['devmode_expired'] + LITESPEED_TIME_OFFSET);
$curr_status['devmode'] = 'OFF';
echo sprintf(__('Current status is %1$s since %2$s.', 'litespeed-cache'), '' . strtoupper($curr_status['devmode']) . '', '' . $expired_at . '');
} else {
$expired_at = $curr_status['devmode_expired'] - time();
$expired_at = Utility::readable_time($expired_at, 3600 * 3, true);
?>
' . strtoupper($curr_status['devmode']) . ''); ?>
' . $expired_at . ''); ?>