芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/ithemes-security-pro/core/modules/file-change/admin.php
'file_change' ) ); ITSEC_Lib::enqueue_util(); wp_enqueue_script( 'itsec-file-change-scanner', plugins_url( 'js/file-scanner.js', __FILE__ ), array( 'jquery', 'heartbeat', 'itsec-util' ), ITSEC_Core::get_plugin_build(), true ); wp_localize_script( 'itsec-file-change-scanner', 'ITSECFileChangeScannerl10n', array( 'button_text' => __( 'Scan Files Now', 'it-l10n-ithemes-security-pro' ), 'scanning_button_text' => __( 'Scanning...', 'it-l10n-ithemes-security-pro' ), 'no_changes' => __( 'No changes were detected.', 'it-l10n-ithemes-security-pro' ), 'found_changes' => sprintf( __( 'Changes were detected. Please check the
logs
for details.', 'it-l10n-ithemes-security-pro' ), esc_url( add_query_arg( 'id', '#REPLACE_ID#', $logs_page_url ) ) ), 'unknown_error' => __( 'An unknown error occured. Please try again later', 'it-l10n-ithemes-security-pro' ), 'already_running' => sprintf( __( 'A scan is already in progress. Please check the
logs page
at a later time for the results of the scan.', 'it-l10n-ithemes-security-pro' ), esc_url( $logs_page_url ) ), ) ); } } new ITSEC_File_Change_Admin();