🐛 Require correct file in actions pages
Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . "/../../includes/header.php";
|
||||
require_once __DIR__ . "/../../includes/prereqs.php";
|
||||
use Ramsey\Uuid\Uuid;
|
||||
|
||||
// If form submitted, save to database
|
||||
@@ -41,4 +41,4 @@
|
||||
|
||||
header('Location: /view?rid=' . $tkt_uuid, true);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user