Initial commit

This commit is contained in:
2025-01-07 17:55:50 +08:00
commit eab1d70061
86 changed files with 2772 additions and 0 deletions

3
20241115/exam_config.php Normal file
View File

@ -0,0 +1,3 @@
<?php
$link=mysqli_connect('localhost','user_20241115_58056','K6UJKaRLiipvw','exam_20241115_58056');
mysqli_query($link,'set names utf8');