Add bookout system POC
This commit is contained in:
@@ -150,7 +150,7 @@ function generatePprEmail($entryId, $email, $ac_reg) {
|
||||
global $conn, $mailHost, $mailSMTPAuth, $mailUsername, $mailPassword, $mailPort, $baseUrl, $mailFromAddress, $mailFromName;
|
||||
|
||||
if (!class_exists('PHPMailer\PHPMailer\PHPMailer')) {
|
||||
require 'vendor/autoload.php';
|
||||
require '../vendor/autoload.php';
|
||||
}
|
||||
|
||||
$token = generateSecureToken($email, $entryId);
|
||||
|
||||
Reference in New Issue
Block a user