PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-content
/
plugins
/
backup
/
public
/
ajax
<?php require_once(SG_LIB_PATH.'SGReviewManager.php'); $type = $_POST['type']; if ($type == 'dayCount') { $timeDate = new \DateTime('now'); $installTime = strtotime($timeDate->format('Y-m-d H:i:s')); SGConfig::set('installDate', $installTime); $timeDate->modify('+'.SG_BACKUP_REVIEW_PERIOD.' day'); $timeNow = strtotime($timeDate->format('Y-m-d H:i:s')); SGConfig::set('openNextTime', $timeNow); $usageDays = SGConfig::get('usageDays'); $usageDays += SG_BACKUP_REVIEW_PERIOD; SGConfig::set('usageDays', $usageDays); } else if ($type == 'backupCount') { $backupCountReview = SGConfig::get('backupReviewCount'); if (empty($backupCountReview)) { $backupCountReview = SGReviewManager::getBackupCounts(); } $backupCountReview += SG_BACKUP_REVIEW_BACKUP_COUNT; SGConfig::set('backupReviewCount', $backupCountReview); } else if ($type == 'restoreCount') { $restoreReviewCount = SGConfig::get('restoreReviewCount'); if (empty($restoreReviewCount)) { $restoreReviewCount = SGReviewManager::getBackupRestoreCounts(); } $restoreReviewCount += SG_BACKUP_REVIEW_RESTORE_COUNT; SGConfig::set('restoreReviewCount', $restoreReviewCount); }
[-] cancelDownload.php
[edit]
[-] manualBackup.php
[edit]
[-] setUserInfoVerificationPopupState.php
[edit]
[-] chooseProfile.php
[edit]
[-] modalManualBackup.php
[edit]
[-] modalTerms.php
[edit]
[-] modalManualRestore.php
[edit]
[-] storeSurveyResult.php
[edit]
[-] checkRestoreCreation.php
[edit]
[-] checkBackupCreation.php
[edit]
[-] hideNotice.php
[edit]
[-] setReviewPopupState.php
[edit]
[-] bgLogin.php
[edit]
[-] importBackup.php
[edit]
[-] schedule.php
[edit]
[-] deleteBackup.php
[edit]
[-] storeSubscriberInfo.php
[edit]
[-] cancelBackup.php
[edit]
[-] sendUsageStatus.php
[edit]
[-] getBackupContent.php
[edit]
[-] getRunningActions.php
[edit]
[+]
..
[-] isBgUserExists.php
[edit]
[-] createCloudUser.php
[edit]
[-] resetStatus.php
[edit]
[-] curlChecker.php
[edit]
[-] cloudDropbox.php
[edit]
[-] downloadBackup.php
[edit]
[-] reviewBannerActions.php
[edit]
[-] restore.php
[edit]
[-] modalImport.php
[edit]
[-] settings.php
[edit]
[-] modalReview.php
[edit]
[-] modalBackupGuardDetails.php
[edit]
[-] isFeatureAvailable.php
[edit]
[-] modalPrivacy.php
[edit]
[-] checkFreeMigration.php
[edit]
[-] dismissDiscountNotice.php
[edit]
[-] getAction.php
[edit]
[-] awake.php
[edit]
[-] checkPHPVersionCompatibility.php
[edit]