ey right age">hace 1 año 3394_vm 058f31828c first commit hace 1 año 3395 058f31828c first commit hace 1 año 3429 058f31828c first commit hace 1 año 3430 058f31828c first commit hace 1 año 3431 058f31828c first commit hace 1 año 3433 058f31828c first commit hace 1 año 3439 058f31828c first commit hace 1 año 3440 058f31828c first commit hace 1 año 3455 058f31828c first commit hace 1 año 3456 058f31828c first commit hace 1 año 3456_fsm 058f31828c first commit hace 1 año 3456_vm 058f31828c first commit hace 1 año 3466 058f31828c first commit hace 1 año 3467 058f31828c first commit hace 1 año 3468 058f31828c first commit hace 1 año 3501 058f31828c first commit hace 1 año 3502 058f31828c first commit hace 1 año 3503 058f31828c first commit hace 1 año 3534 058f31828c first commit hace 1 año 3541 058f31828c first commit hace 1 año 3541_fsm 058f31828c first commit hace 1 año 3541_vm 058f31828c first commit hace 1 año 3542 058f31828c first commit hace 1 año 3574 058f31828c first commit hace 1 año 3575 058f31828c first commit hace 1 año 3576 058f31828c first commit hace 1 año 3596 058f31828c first commit hace 1 año 3597 058f31828c first commit hace 1 año 3598 058f31828c first commit hace 1 año 3599 058f31828c first commit hace 1 año 3600 058f31828c first commit hace 1 año 3600_fsm 058f31828c first commit hace 1 año 3600_vm 058f31828c first commit hace 1 año 3601 058f31828c first commit hace 1 año 3601_fsm 058f31828c first commit hace 1 año 3601_vm 058f31828c first commit hace 1 año 3602 058f31828c first commit hace 1 año 3602_fsm 058f31828c first commit hace 1 año 3602_vm 058f31828c first commit hace 1 año 3603 058f31828c first commit hace 1 año 3603_fsm 058f31828c first commit hace 1 año 3603_vm 058f31828c first commit hace 1 año 3604 058f31828c first commit hace 1 año 3605 058f31828c first commit hace 1 año 3606 058f31828c first commit hace 1 año 3607 058f31828c first commit hace 1 año 3608 058f31828c first commit hace 1 año 3609 058f31828c first commit hace 1 año 3712 058f31828c first commit hace 1 año 3764 058f31828c first commit hace 1 año 3764_fsm 058f31828c first commit hace 1 año 3764_vm 058f31828c first commit hace 1 año 3766 058f31828c first commit hace 1 año 3767 058f31828c first commit hace 1 año 3997 058f31828c first commit hace 1 año 4143 058f31828c first commit hace 1 año 4144 058f31828c first commit hace 1 año 4145 058f31828c first commit hace 1 año 4146 058f31828c first commit hace 1 año 4147 058f31828c first commit hace 1 año 4148 058f31828c first commit hace 1 año 4149 058f31828c first commit hace 1 año 4150 058f31828c first commit hace 1 año 4151 058f31828c first commit hace 1 año 4152 058f31828c first commit hace 1 año 4153 058f31828c first commit hace 1 año 4154 058f31828c first commit hace 1 año 4155 058f31828c first commit hace 1 año 4156 058f31828c first commit hace 1 año 4157 058f31828c first commit hace 1 año 4158 058f31828c first commit hace 1 año 4159 058f31828c first commit hace 1 año 4160 058f31828c first commit hace 1 año 4161 058f31828c first commit hace 1 año 4162 058f31828c first commit hace 1 año 4163 058f31828c first commit hace 1 año 4164 058f31828c first commit hace 1 año 4165 058f31828c first commit hace 1 año 4166 058f31828c first commit hace 1 año 4167 058f31828c first commit hace 1 año 4168 058f31828c first commit hace 1 año 4169 058f31828c first commit hace 1 año 4170 058f31828c first commit hace 1 año 4171 058f31828c first commit hace 1 año 4172 058f31828c first commit hace 1 año 4173 058f31828c first commit hace 1 año 4174 058f31828c first commit hace 1 año 5002 058f31828c first commit hace 1 año 548 058f31828c first commit hace 1 año 549 058f31828c first commit hace 1 año 6102 058f31828c first commit hace 1 año 6104 058f31828c first commit hace 1 año 6106 058f31828c first commit hace 1 año 6110 058f31828c first commit hace 1 año 6111 058f31828c first commit hace 1 año 6112 058f31828c first commit hace 1 año 6113 058f31828c first commit hace 1 año 6117 058f31828c first commit hace 1 año 826 058f31828c first commit hace 1 año 827 058f31828c first commit hace 1 año 828 058f31828c first commit hace 1 año PG_VERSION 058f31828c first commit hace 1 año pg_filenode.map 058f31828c first commit hace 1 año tum/whitesports - Gogs: Simplico Git Service

No Description

class-smtp.php 457B

12345678910111213141516
  1. <?php
  2. /**
  3. * The SMTP class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace.
  4. */
  5. _deprecated_file(
  6. basename( __FILE__ ),
  7. '5.5.0',
  8. WPINC . '/PHPMailer/SMTP.php',
  9. __( 'The SMTP class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace.' )
  10. );
  11. require_once __DIR__ . '/PHPMailer/SMTP.php';
  12. class_alias( PHPMailer\PHPMailer\SMTP::class, 'SMTP' );