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