Path : /proc/self/root/proc/self/root/proc/self/cwd/ |
Current File : //proc/self/root/proc/self/root/proc/self/cwd/security.php |
<?php session_start(); if($_SESSION["logged"] != "yes") { // user is NOT logged in unset($_SESSION["username"]); unset($_SESSION["logged"]); }