mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 13:24:51 +00:00
Fix some lingering dead links
This commit is contained in:
4
ajax.php
4
ajax.php
@@ -7,14 +7,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
|
|
||||||
require_once "functions.php";
|
require_once "functions.php";
|
||||||
|
|
||||||
require_once "check_login.php";
|
require_once "check_login.php";
|
||||||
|
|
||||||
require_once "rfc6238.php";
|
require_once "rfc6238.php";
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key)
|
* Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -56,17 +56,7 @@ if ($ticket_row) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<ol class="breadcrumb d-print-none">
|
<div class="card mt-3">
|
||||||
<li class="breadcrumb-item">
|
|
||||||
<a href="portal/index.php">Portal Home</a>
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item">
|
|
||||||
<a href="portal/tickets.php">Tickets</a>
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item active">Ticket <?php echo $ticket_prefix . $ticket_number; ?></li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<div class="card">
|
|
||||||
<div class="card-header bg-dark text-center">
|
<div class="card-header bg-dark text-center">
|
||||||
<h4 class="mt-1">
|
<h4 class="mt-1">
|
||||||
Ticket <?php echo $ticket_prefix, $ticket_number ?>
|
Ticket <?php echo $ticket_prefix, $ticket_number ?>
|
||||||
@@ -95,7 +85,7 @@ if ($ticket_row) {
|
|||||||
|
|
||||||
<?php if (empty($ticket_resolved_at)) { ?>
|
<?php if (empty($ticket_resolved_at)) { ?>
|
||||||
<!-- Reply - guest users should email or login so we know exactly who replied -->
|
<!-- Reply - guest users should email or login so we know exactly who replied -->
|
||||||
<h6><i>Please <a href="portal">log in</a> or reply to the ticket via email to respond</i></h6>
|
<h6><i>Please <a href="../client">log in</a> or reply to the ticket via email to respond</i></h6>
|
||||||
|
|
||||||
<?php } elseif (empty($ticket_closed_at)) { ?>
|
<?php } elseif (empty($ticket_closed_at)) { ?>
|
||||||
<!-- Re-open -->
|
<!-- Re-open -->
|
||||||
|
|||||||
Reference in New Issue
Block a user