tdisable debug php calls - 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 14fa218cc5603bd4f6e36da437b5ef86bb219f75
(DIR) parent 1a2048e5b3d569eae8df2ea5b57217eb17d2887e
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 17 Nov 2015 13:58:03 +0100
disable debug php calls
Diffstat:
M index.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -25,10 +25,8 @@ include('head.html');
if (isset($_GET['example']) && $_GET['example'] == 1) {
?>
-<script type="text/javascript" src="js/history-form-prefiller.js"></script>
+ <script type="text/javascript" src="js/history-form-prefiller.js"></script>
<?php
-} else {
- echo("'" . $_GET['example'] . "'");
}
if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {