| Server IP : 104.21.21.239 / Your IP : 216.73.217.54 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/old.davlermedia.com/wp-content/plugins/fresh-framework/ |
Upload File : |
<?php
/*
Plugin Name: Fresh Framework
Plugin URI: http://freshface.net
Description: Fresh Framework plugin is an engine that powers our Fresh Themes and Plugins
Version: 1.9.17
Author: FRESHFACE
Author URI: http://freshface.net
License: It is NOT allowed to use this fresh-framework plugin or it's code to create a new product.
*/
require_once dirname(__FILE__).'/framework/init/class.ffFrameworkVersionManager.php';
$bootstrapPath = isset($bootstrapPathExtern) ? $bootstrapPathExtern : dirname(__FILE__).'/framework/bootstrap.php';
$frameworkDir = isset($frameworkDirExtern) ? $frameworkDirExtern : dirname(__FILE__);
$frameworkUrl = isset($frameworkUrlExtern) ? $frameworkUrlExtern : plugin_dir_url(dirname(__FILE__).'/freshplugin.php');
ffFrameworkVersionManager::getInstance()->addVersion('1.9.17', $bootstrapPath, $frameworkDir, $frameworkUrl);