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 0 additions and 2 deletions
Showing only changes of commit 13d3175e66 - Show all commits

View File

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