Add bookout system POC

This commit is contained in:
2025-04-15 16:21:23 +00:00
parent 94010fec01
commit 31c1172e08
2 changed files with 260 additions and 1 deletions

View File

@@ -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);