no message

This commit is contained in:
2025-10-18 14:46:52 +08:00
commit 7a84025b05
387 changed files with 75711 additions and 0 deletions

14
user/admin_get_ticket.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
include './admin_sc.php';
$a_user = $_GET['user'];
$a_pass = $_GET['pass'];
echo @file_get_contents("./me/".$a_user."/".$a_pass."/ticket.json");
?>