getEngineMode()) { case DUPX_S3_Funcs::MODE_NORMAL: default: $s3Func->initLog(); $s3Func->runSearchAndReplace(); $s3Func->removeLicenseKey(); $s3Func->createNewAdminUser(); $s3Func->configurationFileUpdate(); $s3Func->htaccessUpdate(); $s3Func->generalUpdateAndCleanup(); $s3Func->noticeTest(); $s3Func->cleanupTmpFiles(); $s3Func->finalReportNotices(); $s3Func->complete(); } $nManager->saveNotices(); } catch (Exception $e) { $s3Func->error($e->getMessage()); } $json = $s3Func->getJsonReport(); DUPX_Log::close(); die(DupLiteSnapJsonU::wp_json_encode($json));