
1、目前把xiunophp/xiunophp.min.php和xiunophp/xiunophp.php文件中
第20行的对p的兼$get_magic_quotes_gpc = get_magic_quotes_gpc();改为$get_magic_quotes_gpc = version_compare(PHP_VERSION,5.4.0,<) ? get_magic_quotes_gpc() : false;
原因 :php7.4 已弃用 get_magic_quotes_gpc() 函数
2、把xiunophp/xn_html_safe.func.php文件中
第785行