| Path : /proc/self/root/var/www/html/smartcirqls.comxxx/html/admin/include/ |
| Current File : //proc/self/root/var/www/html/smartcirqls.comxxx/html/admin/include/session.php |
<?php
session_start();
if(!isset($_SESSION['username'])){
header('location:login.php');
}
?>