Commit | Line | Data |
---|---|---|
1 | <?php | |
2 | $hoe_name=Addslashes("transaction_".$transaction."_hoe"); | |
3 | ||
4 | $db->query("select * from nodes where node_name='$hoe_name' | |
5 | ||
6 | $status=$transaction(); | |
7 | ||
8 | if ($status>1) { | |
9 | Header("Location: /id/".$status."/"); | |
10 | } | |
11 | ||
12 | elseif ($status) { | |
13 | Header("Location: /id/".$node['node_id']."/"); | |
14 | } | |
15 | ||
16 | ||
17 | ?> |