summaryrefslogtreecommitdiff
path: root/inc/db.inc.php
blob: f08eda5bf4f8bcab4fec223ff94ec41e73083640 (plain)
1
2
3
4
5
6
7
8
<?php

$SESSION_DIR="/fast_scratch/simianer/lfpe/sessions";
$json = file_get_contents($SESSION_DIR."/".$_GET["key"]."/data.json");
$db = json_decode($json);

?>