tfix file name - 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 47e4785a9f8d729ea84a31a083d97907f4e6b986
DIR parent 322f09a62003901ea4b332f904b578b3d8045e5a
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 18 Nov 2015 17:56:37 +0100
fix file name
Diffstat:
M index.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/index.php b/index.php
t@@ -121,7 +121,7 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
<div class="row">
<?php
- include('output/' . $_GET['results_id'] . '.html');
+ include('output/' . $_GET['results_id'] . '_Walks.html');
?>
</div>