aboutsummaryrefslogtreecommitdiff
path: root/account.php
diff options
context:
space:
mode:
Diffstat (limited to 'account.php')
-rw-r--r--account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.php b/account.php
index 0717182..92be6d7 100644
--- a/account.php
+++ b/account.php
@@ -4,7 +4,7 @@ include("header.php");
if ($_SESSION["username"] != "jg-adlershof"){
$username = $_SESSION["username"];
- $db_check = new SQLite3("/var/www/jungegemeinde/database/share.db");
+ $db_check = new SQLite3("../database/share.db");
$safe_username = SQLite3::escapeString("$username");
$email_db = $db_check->query("SELECT email FROM user where name='$safe_username';");