Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / transaction.inc
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 ?>
This page took 0.29521 seconds and 4 git commands to generate.