mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
a6bce4ec3f
commit
d6205e2e86
1 changed files with 4 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue