URI:
       tchange folder for status file - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
  HTML git clone git://src.adamsgaard.dk/cosmo
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 31892c7e6b79fd56a172de0ff21ace237cabcbc4
   DIR parent f8747a1687441cdefe875a11fdd18699ade97126
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 29 Sep 2015 11:15:23 +0200
       
       change folder for status file
       
       Diffstat:
         M index.php                           |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/index.php b/index.php
       t@@ -85,7 +85,8 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
                <div class="row center">
                    <h2 class="header col s12 orange">Inversion status: 
        <?php
       -    if (!$statusfile = fopen("/home/adc/cosmo/input/status_" . $_GET['wait_id'], "r")) {
       +    //if (!$statusfile = fopen("/home/adc/cosmo/input/status_" . $_GET['wait_id'], "r")) {
       +    if (!$statusfile = fopen("/var/www/html/output/status_" . $_GET['wait_id'], "r")) {
                echo("Error! Sample data not found.");
            }