diff --git a/ga.php b/ga.php
new file mode 100644
index 0000000..4cdebf1
--- /dev/null
+++ b/ga.php
@@ -0,0 +1,30 @@
+verifyCode($secret, $oneCode, 2);
+ if($checkResult){
+ $user = $_POST['user'];
+ $pass = $_POST['pass'];
+ if($user=='admin'&&$pass=='admin000'){
+ exit('登录成功');
+ }else{
+ exit('密码错误');
+ }
+ }else{
+ exit('验证码错误');
+ }}?>
+ 登录
+
\ No newline at end of file
diff --git a/readme.md b/readme.md
index 5276007..520b896 100644
--- a/readme.md
+++ b/readme.md
@@ -18,7 +18,7 @@ tfo_md.php(Material Design),
tfo_mdtr_baw.php(Black & White Material Design for Tomb-Sweeping Day)
-(All based on classic.php,latest at 2020.4.4)
+(All based on classic.php,latest at 2020.4.8)
Original: