/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/toolbox
Edit: /home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php (1693B)
esc_html__( 'Purge', 'litespeed-cache' ),
);
if ( ! $this->_is_network_admin ) {
$menu_list['import_export'] = esc_html__( 'Import / Export', 'litespeed-cache' );
}
if ( ! $this->_is_multisite || $this->_is_network_admin ) {
$menu_list['edit_htaccess'] = esc_html__( 'View .htaccess', 'litespeed-cache' );
}
if ( ! $this->_is_network_admin ) {
$menu_list['heartbeat'] = esc_html__( 'Heartbeat', 'litespeed-cache' );
$menu_list['report'] = esc_html__( 'Report', 'litespeed-cache' );
}
if ( ! $this->_is_multisite || $this->_is_network_admin ) {
$menu_list['settings-debug'] = esc_html__( 'Debug Settings', 'litespeed-cache' );
$menu_list['log_viewer'] = esc_html__( 'Log View', 'litespeed-cache' );
$menu_list['beta_test'] = esc_html__( 'Beta Test', 'litespeed-cache' );
}
?>
v
$val ) {
GUI::display_tab_layout( $menu_list, $curr_tab );
require LSCWP_DIR . "tpl/toolbox/$curr_tab.tpl.php";
echo '
';
}
?>