We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa41703 commit e1d656bCopy full SHA for e1d656b
admin.php
@@ -94,9 +94,9 @@
94
if (isset($aid)){ $aid = substr($aid, 0,25);}
95
if (isset($pwd)){ $pwd = substr($pwd, 0,40);}
96
if ((isset($aid)) && (isset($pwd)) && (isset($op)) && ($op == "login")){
97
-/*****[BEGIN]******************************************
98
- [ Mod: Advanced Security Code Control v1.0.0 ]
99
- ******************************************************/
+ /*****[BEGIN]******************************************
+ [ Mod: Advanced Security Code Control v1.0.0 ]
+ ******************************************************/
100
if(!isset($_POST['g-recaptcha-response']))
101
$_POST['g-recaptcha-response'] = '';
102
0 commit comments