URI:
       tfix redirect location - 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 d7952d3b282be47d5d662728bbdd669840f67a3e
   DIR parent f493c82d48954868f6b4767d8128202f12fcaf69
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 19 Aug 2015 15:59:31 +0200
       
       fix redirect location
       
       Diffstat:
         M uploadhistory.php                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/uploadhistory.php b/uploadhistory.php
       t@@ -173,6 +173,6 @@ if (is_writable($outputfile)) {
        
        // Finally redirect user after processing uploaded data. This header function 
        // call must be before any output!
       -header("Location: /cosmo");
       +header("Location: /~adc/cosmo");
        
        ?>