Create new tickets #12

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

View File

@@ -1,4 +1,5 @@
<?php
require_once __DIR__ . "/includes/prereqs.php";
$PAGE_TITLE = $PAGE_NAME . " :: " . $_ENV['APP_NAME'];
?>

View File

@@ -1,6 +1,5 @@
<?php
$PAGE_NAME = "Home";
require_once __DIR__ . "/../includes/prereqs.php";
require_once __DIR__ . "/../includes/header.php";
// Get user's own tickets

View File

@@ -1,6 +1,5 @@
<?php
$PAGE_NAME = "New request";
require_once __DIR__ . "/../includes/prereqs.php";
require_once __DIR__ . "/../includes/header.php";
// If form submitted, save to database

View File

@@ -1,6 +1,5 @@
<?php
$PAGE_NAME = "Open requests";
require_once __DIR__ . "/../includes/prereqs.php";
require_once __DIR__ . "/../includes/header.php";
?>

View File

@@ -1,6 +1,5 @@
<?php
$PAGE_NAME = "View Request";
require_once __DIR__ . "/../includes/prereqs.php";
require_once __DIR__ . "/../includes/header.php";
// Get ticket