Uname: Linux premium72.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.2.29 [ PHP INFO ] PHP os: Linux
Server Ip: 198.54.125.95
Your Ip: 216.73.216.132
User: matican (532) | Group: matican (531)
Safe Mode: OFF
Disable Function:
NONE

name : le-spmode.php
<?php

/**
 * @package WP Encryption
 *
 * @author     Go Web Smarty
 * @copyright  Copyright (C) 2020, Go Web Smarty
 * @link       https://gowebsmarty.com
 * @since      Class available since Release 5.2.0
 *
 */

class WPLE_SPMode
{

  public static function checkExpiration()
  {
    $since = strtotime('2020-09-15');
    $lic = wple_fs()->_get_license();

    if (FALSE != $lic) {

      $created = strtotime($lic->created);
      $updated = strtotime($lic->updated);
      if (($created > $since || $updated > $since) && $lic->expiration != '') {
        return $lic->id;
      }
    }

    return false;
  }

  public static function initiateValidation()
  {

    WPLE_Trait::wple_logger("\nOffering Cert Panel Solution\n", 'success', 'a');

    delete_option('wple_error');
    delete_option('wple_ssl_screen');

    wp_redirect(admin_url('/admin.php?page=wp_encryption&certpanel=1'));
    exit();
  }
}
© 2025 XylotrechusZ