info->status_code && isset($this->pt->token)) { switch ($this->pt->token) { case 'docket-occache-flushed': $this->pt->flush_cache(); $this->do_preload = true; $this->do_flush = true; break; case 'docket-occache-enabled': $this->do_preload = true; $this->do_flush = true; break; case 'docket-log-flushed': $this->pt->flush_log(); $this->do_fetch = true; break; } if ($this->vcf()->is_dcfalse('PRELOAD') || 2 === $this->info->status_code) { $this->do_preload = false; } } ?>
tab_nav(); ?>
tab_content(); ?>

do_preload) : echo $this->pt->code_worker(['flush', 'preload']); elseif ($this->do_flush) : echo $this->pt->code_worker('flush'); elseif ($this->do_fetch) : echo $this->pt->code_worker('fetch'); endif; if (($this->tab_current('config') || $this->tab_current('log')) && !empty($_GET['nx'])) : echo $this->code_focus(); endif;