tupdate status file folder - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log
Files
Refs
README
LICENSE
---
commit f45b414b4573ef33ca7c470b91ac52049b10d841
parent 31892c7e6b79fd56a172de0ff21ace237cabcbc4
Author: Anders Damsgaard 
Date:   Tue, 29 Sep 2015 11:17:34 +0200

update status file folder

Diffstat:
  M uploadhistory.php                   |       3 ++-

1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/uploadhistory.php b/uploadhistory.php
t@@ -193,7 +193,8 @@ if (!chmod($outputfile, 0777)) {
 //unlink($tmpfile);
 
 // Create inversion status output file
-$statusfile = ("/home/adc/cosmo/input/status_" . $id);
+//$statusfile = ("/home/adc/cosmo/input/status_" . $id);
+$statusfile = ("/var/www/html/output/status_" . $id);
 if (is_writable($statusfile)) {
     if (!$handle = fopen($statusfile, 'w')) {
         die("The php server could not open $statusfile.");