aboutsummaryrefslogtreecommitdiff
path: root/reset.php
diff options
context:
space:
mode:
Diffstat (limited to 'reset.php')
-rw-r--r--reset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/reset.php b/reset.php
index 9a84e79..793f000 100644
--- a/reset.php
+++ b/reset.php
@@ -49,7 +49,7 @@ echo "
} else {
/*___Datenbank___*/
- $db_check = new SQLite3("/var/www/jungegemeinde/database/share.db");
+ $db_check = new SQLite3("../database/share.db");
$safe_email = SQLite3::escapeString("$email_post");
$email_db = $db_check->query("SELECT email FROM user WHERE email='$safe_email';");