OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: ePersonnel_RC_2004 Remote File Bug

the.tiger100gmail.com
Date: Sat Sep 01 2007 - 13:23:20 CDT


man what is going on

this ain't exploit at all

if ($action == "logout")
{
    Setcookie("loginpwd","",time() -86400);
    Setcookie("loginuser","",time() - 86400);
    include($logout_page);
    exit;
}
else if ($action == "login")

u have if here and its say if u logout and u have exit too so it won't execute anything after that