| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/robotics/wp-content/plugins/types/library/otgs/installer/ |
Upload File : |
<?php
define('WP_INSTALLER_VERSION', '1.7.15');
include_once dirname(__FILE__) . '/includes/installer.class.php';
function WP_Installer() {
return WP_Installer::instance();
}
WP_Installer();
include_once WP_Installer()->plugin_path() . '/includes/installer-api.php';
include_once WP_Installer()->plugin_path() . '/includes/translation-service-info.class.php';
include_once WP_Installer()->plugin_path() . '/includes/class-installer-dependencies.php';
// Ext function
function WP_Installer_Show_Products($args = array()){
WP_Installer()->show_products($args);
}