aboutsummaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index f3f6b4d..8ad75fc 100644
--- a/update.php
+++ b/update.php
@@ -15,7 +15,7 @@ $bday = $_POST["geburtstag"];
-$db = new SQLite3('/var/www/jungegemeinde/database/jg.db');
+$db = new SQLite3('../database/jg.db');
$result = $db->exec("UPDATE member SET name='$name' where id=$id;");
$result = $db->exec("UPDATE member SET adresse='$adresse' where id=$id;");