1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel Neto 2023-04-04 10:21:36 -03:00
parent a6bce4ec3f
commit d6205e2e86

View file

@ -2394,7 +2394,10 @@ if (typeof gtag !== \"function\") {
return true;
}
try {
$config = new Configuration();
require_once $global['systemRootPath'] . 'objects/configuration.php';
if (class_exists('Configuration')) {
$config = new Configuration();
}
$code = urlencode(static::createVerificationCode($users_id));
//Create a new PHPMailer instance
if (!is_object($config)) {