1. <?php  
  2. $module = $_GET['module'];  
  3. $action = $_GET['action'];  
  4. $token = md5sum($module.date('Y-m-d',time()).'#$@%!*'.$action);  
  5. if($token != $_GET['token']){  
  6.     alarm('access deny');  
  7.     exit();  
  8. }  
  9. ?> 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2021-04-20
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2021-09-20
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案