tfix path to output html table - 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 48761360085d14c2a791899b4665adde081c7227
DIR parent a1c98c79a670fee170c3e30d3abaa188b94c44f7
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 18 Nov 2015 17:54:31 +0100
fix path to output html table
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($_GET['results_id'] . '.html');
+ include("output/" . $_GET['results_id'] . '.html');
?>
</div>