
PK 
| ADDRLIN : /proc/thread-self/root/proc/thread-self/root/home/anibklip/vpgldh.com/vpg14/webmanager/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/home/anibklip/vpgldh.com/vpg14/webmanager/admin.php |
<?php
include "templatic/head.php";
if(!$session->isAdmin()){
die('You are not admin!');
}
else{
echo "Admin area";
}
?>

