|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/relaunch-kmu/wp-content/plugins/knews/direct/ |
Upload File : |
<?php
global $knewsOptions, $Knews_plugin;
if ($Knews_plugin) {
if (! $Knews_plugin->initialized) $Knews_plugin->init();
$warn=$Knews_plugin->get_safe('w');
if ($warn == 'no_warn_cron_knews' || $warn == 'no_warn_ml_knews' || $warn == 'config_knews' || $warn == 'update_knews' || $warn == 'update_pro' || $warn == 'videotutorial' || $warn == 'newsletter') {
$knewsOptions[$warn]='yes';
update_option($Knews_plugin->adminOptionsName, $knewsOptions);
}
wp_redirect( $Knews_plugin->get_safe('b'));
exit;
}
?>