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 d407158 commit e9d4fcbCopy full SHA for e9d4fcb
antispambycleantalk.php
@@ -1007,7 +1007,7 @@ public function onAfterRoute()
1007
}
1008
die();
1009
1010
- elseif ($ctResponse['allow'] == 1 && $config['check_external'])
+ elseif ($ctResponse['allow'] == 1 && $config['check_external'] && isset($_POST['ct_action'], $_POST['ct_method']))
1011
{
1012
$form_action = $_POST['ct_action'];
1013
$form_method = $_POST['ct_method'];
0 commit comments