<?php $module = $_GET['module']; $action = $_GET['action']; $token = md5sum($module.date('Y-m-d',time()).'#$@%!*'.$action); if($token != $_GET['token']){ alarm('access deny'); exit(); } ?> 相关文章: 2022-12-23 2022-12-23 2021-09-21 2022-12-23 2021-04-20 2022-12-23