PHP Classes

File: langs/en-us/scripts/verifyauth.php

Recommend this page to a friend!
  Classes of VITOR GABRIEL M. DANTAS   Pleiades   langs/en-us/scripts/verifyauth.php   Download  
File: langs/en-us/scripts/verifyauth.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: 4 months ago
Size: 280 bytes
 

Contents

Class file image Download
<?php
if(!isset($_SESSION['DataAccount']['id'])){
   
$_SESSION['Msg'] = '<div class="alert alert-warning" role="alert" style="width: 100%"><i class="fa-solid fa-triangle-exclamation fa-beat"></i> You are not logged in!</div>';
   
header("Location: ../index.php");
    exit();
}