diff -r 9d1aa6f3a4da -r 4d01937ae7af www/getyeastsources.php --- a/www/getyeastsources.php Fri Oct 18 13:20:35 2019 +0200 +++ b/www/getyeastsources.php Fri May 01 16:37:31 2020 +0200 @@ -23,7 +23,14 @@ 'cells' => $row['cells'], 'inventory' => $row['inventory'], 'cost' => $row['cost'], - 'tolerance' => $row['tolerance'] + 'tolerance' => $row['tolerance'], + 'sta1' => $row['sta1'], + 'bacteria' => $row['bacteria'], + 'harvest_top' => $row['harvest_top'], + 'harvest_time' => $row['harvest_time'], + 'pitch_temperature' => $row['pitch_temperature'], + 'pofpos' => $row['pofpos'], + 'zymocide' => $row['zymocide'] ); } header("Content-type: application/json");