aboutsummaryrefslogtreecommitdiff
path: root/inreg.php
diff options
context:
space:
mode:
Diffstat (limited to 'inreg.php')
-rw-r--r--inreg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inreg.php b/inreg.php
index 54bbf28..ce8488d 100644
--- a/inreg.php
+++ b/inreg.php
@@ -5,7 +5,7 @@ $name = $_POST["name"];
$cleartext_password = $_POST["pswd"];
$email = $_POST["email"];
-$db = new SQLite3("/var/www/jungegemeinde/database/share.db");
+$db = new SQLite3("../database/share.db");
$safe_name = SQLite3::escapeString("$name");
$safe_email = SQLite3::escapeString("$email");