Changeset 3099062
- Timestamp:
- 06/07/2024 05:34:21 AM (18 months ago)
- Location:
- wp-file-manager/trunk
- Files:
-
- 2 added
- 2 edited
-
file_folder_manager.php (modified) (5 diffs)
-
lib/files/.trash (added)
-
lib/files/.trash/.gitkeep (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-file-manager/trunk/file_folder_manager.php
r3095487 r3099062 5 5 Description: Manage your WP files. 6 6 Author: mndpsingh287 7 Version: 7.2. 87 Version: 7.2.9 8 8 Author URI: https://profiles.wordpress.org/mndpsingh287 9 9 License: GPLv2 … … 16 16 class mk_file_folder_manager 17 17 { 18 protected $SERVER = 'https:// searchpro.ai/api/plugindata/api.php';19 var $ver = '7.2. 8';18 protected $SERVER = 'https://filemanagerpro.io/api/plugindata/api.php'; 19 var $ver = '7.2.9'; 20 20 /* Auto Load Hooks */ 21 21 public function __construct() … … 133 133 } 134 134 } 135 135 136 } 136 137 … … 485 486 486 487 $nonce = sanitize_text_field( $_POST['nonce'] ); 487 if( ! current_user_can( 'manage_options' ) && ! wp_verify_nonce( $nonce, 'wpfmbackup' ) ) { 488 die(__('Invalid security token!', 'wp-file-manager')); 489 } 490 488 if( current_user_can( 'manage_options' ) && wp_verify_nonce( $nonce, 'wpfmbackup' ) ) { 491 489 global $wpdb; 492 490 $fmdb = $wpdb->prefix.'wpfm_backup'; 493 491 $date = date('Y-m-d H:i:s'); 494 492 $file_number = 'backup_'.date('Y_m_d_H_i_s-').bin2hex(openssl_random_pseudo_bytes(4)); 495 $nonce = sanitize_text_field($_POST['nonce']);496 493 $database = sanitize_text_field($_POST['database']); 497 494 $files = sanitize_text_field($_POST['files']); … … 601 598 } 602 599 } 600 } else { 601 die(__('Invalid security token!', 'wp-file-manager')); 602 } 603 603 die; 604 604 } -
wp-file-manager/trunk/readme.txt
r3095487 r3099062 3 3 Tags: wp-file-manager, elfinder,file manager, ftp, wp-filemanager,file manager, wp-filemanager, Upload Files, WP File Manager, File Manage, Edit Files, Delete Files, FTP, filemanager, wpfilemanager, ftp, file transfer, update, create, delete, view, rename, editor, Cpanel, Control Panel, Admin, Shortcode, explorer, file explorer, filemanager 4 4 Requires at least: 4.0 5 Tested up to: 6.5. 35 Tested up to: 6.5.4 6 6 Requires PHP: 5.2.4 7 Stable tag: 7.2. 87 Stable tag: 7.2.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 140 140 == Changelog == 141 141 142 = 7.2.9 (6th June, 2024) = 143 * Trash Folder & Security Fixes. 144 142 145 = 7.2.8 (31 May, 2024) = 143 146 * Security Fixes.
Note: See TracChangeset
for help on using the changeset viewer.