URI:
       tredirect client to documentroot - 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 4bcf55f2fb35ed9b37df6f3450403f0ca8780b53
   DIR parent 600bf606b3ab0f3680aac1da0cf8a16e7091ec19
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed,  2 Sep 2015 13:09:07 +0200
       
       redirect client to documentroot
       
       Diffstat:
         M uploadhistory.php                   |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/uploadhistory.php b/uploadhistory.php
       t@@ -194,6 +194,7 @@ if (!chmod($outputfile, 0777)) {
        
        // Finally redirect user after processing uploaded data. This header function 
        // call must be before any output!
       -header("Location: /~ad/cosmo");
       +//header("Location: /~ad/cosmo");
       +header("Location: /");
        
        ?>