Plugin Directory

Changeset 3425837


Ignore:
Timestamp:
12/23/2025 06:25:33 AM (3 months ago)
Author:
infility
Message:

v2.14.46 (20251223) Ben: 修复导入文件漏洞添加nonce

Location:
infility-global/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • infility-global/trunk/infility_global.php

    r3422672 r3425837  
    44Plugin URI: https://www.infility.cn/
    55Description: Infility公共插件
    6 Version: 2.14.45
     6Version: 2.14.46
    77Author: Infility
    88Author URI: https://www.infility.cn/
     
    144144    function __construct()
    145145    {
    146         define( 'INFILITY_GLOBAL_VERSION', '2.14.45' );
     146        define( 'INFILITY_GLOBAL_VERSION', '2.14.46' );
    147147        define( 'INFILITY_GLOBAL_PATH', plugin_dir_path( __FILE__ ) ); // fullpath/wp-content/plugins/infility-global/ // 有斜杠
    148148        define( 'INFILITY_GLOBAL_URL', plugins_url( '/', __FILE__ ) ); // https://the_domain/wp-content/plugins/infility-global/ // 斜杠是自己加的
  • infility-global/trunk/widgets/infility-import-data/infility-import-data.php

    r3421596 r3425837  
    401401                </div>
    402402                <div class="row">
     403                    <input type="hidden" name="nonce" value="<?php echo $nonce;?>">
    403404                    <button class="form_button">开始</button>
    404405                </div>
Note: See TracChangeset for help on using the changeset viewer.