Current Path : /home/tiporg/www/sym/0-tiporg.txt/manage/includes/ |
Current File : /home/tiporg/www/sym/0-tiporg.txt/manage/includes/securesession.php |
<?php session_start(); //$res = new Response(); if(!isset($_SESSION['admin_id'] )) { header('Location: login.php'); //$res->Redirect("login.php"); } else { } ?>