#函数 [1]
Xiuno 4.0.4 兼容 PHP7.4/8.0
把 xiunophp目录下的 xiunophp. php 和 xiunophp.min.php 文件中
找到:
$get_magic_quotes_gpc = get_magic_quotes_gpc()
改为:
$get_magic_quotes_gpc = 0
或:
$get_magic_quotes_gpc = version_compare
...