One Hat Cyber Team
Your IP :
216.73.216.148
Server IP :
172.67.195.75
Server :
Linux mpgrup.4286.w4261.php8 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
Server Software :
Apache/2.4.62 (Debian)
PHP Version :
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
mpgrup.4286.w4261
/
site142006
/
wp-includes
/
View File Name :
class-smtp.php
<?php /** * The SMTP class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace. */ _deprecated_file( basename( __FILE__ ), '5.5.0', WPINC . '/PHPMailer/SMTP.php', __( 'The SMTP class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace.' ) ); require_once __DIR__ . '/PHPMailer/SMTP.php'; class_alias( PHPMailer\PHPMailer\SMTP::class, 'SMTP' );