diff --git a/bookout.html b/bookout.html
new file mode 100644
index 0000000..261b195
--- /dev/null
+++ b/bookout.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+ Book Out
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/functions.php b/functions.php
index 8b639c4..0157796 100644
--- a/functions.php
+++ b/functions.php
@@ -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);