alert('密码错误!');window.location='table.php'; "); exit; } $fromLog = (int) ($_GET['from_log'] ?? 0); $configList = []; foreach (glob(__DIR__ . '/check_config/*_config.php') as $file) { $name = basename($file, '_config.php'); if ($name !== '') { $configList[] = $name; } } sort($configList); function sim_h($s) { return htmlspecialchars((string) $s, ENT_QUOTES, 'UTF-8'); } ?>