hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 <?php
A 2
3 // Include the random string file
4 require 'rand.php';
5
6 // Begin a new session
7 session_start();
8
9 // Set the session contents
10 $_SESSION['captcha_id'] = $str;
11
12 ?>