GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/thread-self/root/home/parhudrw/anqa.it/wp-content/plugins/festingervault/festingervault.php
<?php
/*
 * Plugin Name: FestingerVault
 * Plugin URI: https://festingervault.com
 * Description: Imagine going to Themeforest, buying a theme, and logging out. Now, you come to Festinger's, where we offer you 25K+ premium themes and plugins directly available from your WordPress dashboard.
 * Version: 5.0.0-beta.2.4.3.6
 * Requires at Least: 6.0
 * Requires PHP: 7.4
 * Author: FestingerVault
 * Author URI: https://festingervault.com
 * License: GPLv2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Update URI: https://festingervault.com
 * Text Domain: festingervault
 * Requires Plugins: action-scheduler
 **/
if (!defined('ABSPATH')) {
    die();
}

if (file_exists(__DIR__ . "/includes/lib/autoload.php")) {
    require_once __DIR__ . "/includes/lib/autoload.php";
    \FestingerVault\Plugin::get_instance(__FILE__);
    \FestingerVault\Upgrade::get_instance(__FILE__);
}