Somting went wrong";
}
if($_REQUEST['error'] == 'sdne') {
echo "Sorry, but this system does not exist
";
}
if($_REQUEST['error'] == 'tdne') {
echo "Sorry, but this ticket does not exist
";
}
if($_REQUEST['error'] == 'udne') {
echo "Sorry, but this user does not exist
";
}
?>