updated CSRF tokens

This commit is contained in:
twotalesanimation
2025-12-03 13:26:57 +02:00
parent 3247d15ce7
commit 7b1c20410c
8 changed files with 9 additions and 2 deletions

View File

@@ -175,6 +175,7 @@ if (!empty($bannerImages)) {
<label for="agreeCheckbox" id="agreeLabel" style="color: #888;">I have read and agree to the indemnity terms</label>
</div>
</div>
<input type="hidden" name="csrf_token" value="<?php echo generateCSRFToken(); ?>">
<?php
$button_text = "Book Now";
$button_disabled = "";