first commit

This commit is contained in:
2025-11-28 10:08:12 +08:00
commit 09a14bf0a3
1088 changed files with 145132 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
error_reporting(0);
session_start();
define('ROOT_PATH', dirname(__FILE__));
require '../includes/ValidateCode.class.php';
$_vc = new ValidateCode();
$_vc->doimg();
$_SESSION['vc_code'] = $_vc->getCode();
?>