Create new tickets #12

Merged
luketainton merged 34 commits from feature/issue-6 into main 2020-08-05 17:50:52 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 00ad2c6d17 - Show all commits

View File

@@ -1,6 +1,7 @@
<?php <?php
require_once __DIR__ . "/prereqs.php"; require_once __DIR__ . "/prereqs.php";
$PAGE_TITLE = $PAGE_NAME . " :: " . $_ENV['APP_NAME']; $PAGE_TITLE = $PAGE_NAME . " :: " . $_ENV['APP_NAME'];
exit();
?> ?>
<!doctype html> <!doctype html>

View File

@@ -45,6 +45,7 @@
} }
header('Location: /view?rid=' . $tkt_uuid); header('Location: /view?rid=' . $tkt_uuid);
exit();
} }
?> ?>