Skip to content

Commit e1d656b

Browse files
Update admin.php
1 parent fa41703 commit e1d656b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
if (isset($aid)){ $aid = substr($aid, 0,25);}
9595
if (isset($pwd)){ $pwd = substr($pwd, 0,40);}
9696
if ((isset($aid)) && (isset($pwd)) && (isset($op)) && ($op == "login")){
97-
/*****[BEGIN]******************************************
98-
[ Mod: Advanced Security Code Control v1.0.0 ]
99-
******************************************************/
97+
/*****[BEGIN]******************************************
98+
[ Mod: Advanced Security Code Control v1.0.0 ]
99+
******************************************************/
100100
if(!isset($_POST['g-recaptcha-response']))
101101
$_POST['g-recaptcha-response'] = '';
102102

0 commit comments

Comments
 (0)