[Web] Add PHPMailer to quarantine file

master
andryyy 2020-06-16 14:17:09 +02:00
parent 36890de7f4
commit 2aa11ba37d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;
function quarantine($_action, $_data = null) {
global $pdo;
global $redis;