芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/fileorganizer/fileorganizer.php
=')){ // Let Fileorganizer load // Lets check for older versions }else{ if(!function_exists('get_plugin_data')){ include_once ABSPATH . 'wp-admin/includes/plugin.php'; } $fileorganizer_pro_info = get_plugin_data(WP_PLUGIN_DIR . '/fileorganizer-pro/fileorganizer-pro.php'); if(!empty($fileorganizer_pro_info) && version_compare($fileorganizer_pro_info['Version'], '1.0.9', '<')){ return; } } } // If FILEORGANIZER_VERSION exists then the plugin is loaded already ! if(defined('FILEORGANIZER_VERSION')){ return; } define('FILEORGANIZER_FILE', __FILE__); define('FILEORGANIZER_VERSION', '1.1.5'); include_once(dirname(__FILE__).'/init.php');