tinclude folder prefix - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
(HTM) git clone git://src.adamsgaard.dk/cosmo
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 13a00c479fb2cba7a11cecb42e0583d5d281f57a
(DIR) parent 3dd89d144587cb6e9265a4dad3d76130252dc855
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 7 Dec 2015 19:44:16 +0100
include folder prefix
Diffstat:
M index.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -254,7 +254,7 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
echo($_GET['results_id']); ?>_Walks-5.fig"
target="_blank">Link to FIG</a>
<br>
- <?php include($_GET['results_id'] . '_Walks-walker-data.html'); ?>
+ <?php include('output/' . $_GET['results_id'] . '_Walks-walker-data.html'); ?>
</div>
</div>
</div>