window.close(); window.opener.location.reload(); '; switch ($status_action) { case 'chk': $pluginstatus = $zbp->Config('zxd_ctrlcenter')-> plugin_404_Enable; break; case 'enb': $zbp->Config('zxd_ctrlcenter')-> plugin_404_Enable = true; $zbp->SaveConfig('zxd_ctrlcenter'); echo $Close; break; case 'dis': $zbp->Config('zxd_ctrlcenter')-> plugin_404_Enable = false; $zbp->SaveConfig('zxd_ctrlcenter'); echo $Close; break; default: $pluginstatus = $zbp->Config('zxd_ctrlcenter')-> plugin_404_Enable; break; } ?>