diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/db.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/db.inc.php b/inc/db.inc.php index f08eda5..ed45f7b 100644 --- a/inc/db.inc.php +++ b/inc/db.inc.php @@ -1,6 +1,6 @@ <?php -$SESSION_DIR="/fast_scratch/simianer/lfpe/sessions"; +$SESSION_DIR="/srv/postedit/sessions"; $json = file_get_contents($SESSION_DIR."/".$_GET["key"]."/data.json"); $db = json_decode($json); |