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

$SESSION_DIR="/srv/postedit/sessions";
$json = file_get_contents($SESSION_DIR."/".$_GET["key"]."/data.json");
$db = json_decode($json);

?>