Hacked By AnonymousFox

Current Path : C:/AppServ/www/new_msd/webengine/
Upload File :
Current File : C:/AppServ/www/new_msd/webengine/check_risk.php

<? 
include("lib/session.php");
include("lib/config.php");
include("lib/connect.php");
include("lib/function.php");
include("lib/register_global.php");
$password=$_POST["password"];
$sql="select Key_enter from key_enter where Id='1'";
$query=mysql_query($sql);
$row=mysql_fetch_array($query);
if($row[0]==$password){
		Header("Location:risk.php?pwd=$password");
}else{
		Header("Location:risk_ck.php?alert=yes");
}
?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox