From b3f8789cf8bf0d934f8431b1d7b564a756576b4b Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 14 八月 2025 22:18:35 +0800
Subject: [PATCH] feat: new upload file php

---
 inc/chkadmin.gds |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/inc/chkadmin.gds b/inc/chkadmin.gds
index 43ed437..183354a 100644
--- a/inc/chkadmin.gds
+++ b/inc/chkadmin.gds
@@ -15,7 +15,7 @@
 	Response.Cookies("CAMEName").Expires=Date+30
 	Set adminrs = Server.CreateObject("ADODB.Recordset")
 	If Len(admin)=11 And IsNumeric(admin) Then SqlPhone=" or OA_mobile='"&admin&"'"
-	If admin="13602220409" or admin="13710299733" And loginAuthorize="123" Then	'娴嬭瘯璐﹀彿
+	If admin="13602220409" or admin="13611452175" And loginAuthorize="123" Then	'娴嬭瘯璐﹀彿
 		sql="select * from OA_User where (OA_User='"&admin&"'"&SqlPhone&") and OA_execLevel>=0"
 	ElseIf Cookieslogin="YES" Then	'Cookies鐧婚檰
 		sql="select * from OA_User where (OA_User='"&admin&"') and OA_execLevel>=0"

--
Gitblit v1.9.1