Hacked By AnonymousFox

Current Path : C:/AppServ/www/bkup/finan300368/financial/system/
Upload File :
Current File : C:/AppServ/www/bkup/finan300368/financial/system/logout.php

<?
include("../lib/connect.php");
include("../lib/session.php");

$sqlj="select * from fin_login where Idstaff='$System_Session_User_ID' order by Id desc";
$queryj=mysql_query($sqlj);
$rowj=mysql_fetch_array($queryj);

$sql="update fin_login set Datelogout=NOW() where Id='$rowj[0]'";
$query=mysql_query($sql);

$_SESSION['System_Session_User_ID']="";
$_SESSION['System_Session_UserName']="";
$_SESSION['System_Session_FullName']="";
$_SESSION['System_Session_Level']="";

Header("Location:../index.php");

?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox