summaryrefslogtreecommitdiff
path: root/inc/db.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/db.inc.php')
-rw-r--r--inc/db.inc.php2
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);