www/getyeastsources.php

changeset 296
69fadd1aded2
parent 232
daf2d9d6fa18
child 337
faedcfa0610f
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
23 'cells' => $row['cells'], 23 'cells' => $row['cells'],
24 'inventory' => $row['inventory'], 24 'inventory' => $row['inventory'],
25 'cost' => $row['cost'] 25 'cost' => $row['cost']
26 ); 26 );
27 } 27 }
28 header("Content-type: application/json");
28 echo json_encode($yeasts); 29 echo json_encode($yeasts);

mercurial