
PK 
| ADDRLIN : /home/anibklip/adhocacademy.com/include/ |
| Current File : /home/anibklip/adhocacademy.com/include/session.php |
<?php
session_start();
if($_SESSION['loginUser']=='true'){
$as='ok';
}
else{
header("location:".HTTP_ROOT."index.php");
}
?>
