PHP Classes

File: app/scripts/verifyticketselect.php

Recommend this page to a friend!
  Classes of VITOR GABRIEL M. DANTAS   Pleiades   app/scripts/verifyticketselect.php   Download  
File: app/scripts/verifyticketselect.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Pleiades
Application to implement an issue-tracking system
Author: By
Last change:
Date: 3 months ago
Size: 273 bytes
 

Contents

Class file image Download
<?php
if(!isset($_SESSION['DataTicketChatSelected'])){
   
$_SESSION['Msg'] = '<div class="alert alert-danger" role="alert"><i class="fa-solid fa-triangle-exclamation fa-beat"></i> Você não selecionou um ticket</div>';
   
header("Location: MyTickets.php");
    exit();
}