漏洞一

<form >

修复方法:
找到 includesmodulessideboxeslightintheboxlinks_box.php 文件
在代码

WHERE ld.language_id = '" . (int)$_SESSION['languages_id'] . "'
后面添加   and l.links_status = '2'
即可

相关文章:

  • 2022-12-23
  • 2021-05-25
  • 2021-12-17
  • 2022-01-08
  • 2021-12-18
  • 2021-08-06
  • 2021-11-24
  • 2021-06-25
猜你喜欢
  • 2021-12-29
  • 2021-09-16
  • 2021-11-20
  • 2021-07-01
  • 2021-06-22
相关资源
相似解决方案