summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-06-23 16:03:23 +0200
committerPatrick Simianer <p@simianer.de>2015-06-23 16:03:23 +0200
commit14f7bbab028d781cd2057a348862f911324338fd (patch)
tree170df2d80cb4aea161700e26bd951d06276a81f5 /index.php
parent553d54484725614fa73e805b59136a39e6dee295 (diff)
overhaul
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3947b42..f694b72 100644
--- a/index.php
+++ b/index.php
@@ -44,7 +44,7 @@
<strong>Document overview</strong>
<table id="overview">
<?php
-$j = file_get_contents("/fast_scratch/simianer/lfpe/example_session/".$_GET["key"].".json"); # FIXME: from database
+$j = file_get_contents($_GET["dir"]."/".$_GET["key"].".json"); # FIXME: get overview/state from database
$a = json_decode($j);
$i = 0;
foreach($a->raw_source_segments as $s) {