7 Zeilen
168 B
PHP
7 Zeilen
168 B
PHP
|
<?php
|
||
|
defined('CON_FRAMEWORK') || die('Illegal call: Missing framework initialization - request aborted.');
|
||
|
|
||
|
class PHPMailer extends \PHPMailer\PHPMailer\PHPMailer
|
||
|
{
|
||
|
|
||
|
}
|