This commit is contained in:
Walter Hupfeld
2024-02-18 09:09:31 +01:00
parent 91a8c4e567
commit 8ba6e62610
6 changed files with 4 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ $stmt = $db->prepare($strSQL);
$stmt->bindValue(':username', $strUsername);
$stmt->bindValue(':passwordhash', $strPasswordHash);
$stmt->execute();
exit;
$db->query("UPDATE config SET value= '$strUploaddir' WHERE key='uploaddir'");
$db->query("UPDATE config SET value= '$fileGeojson' WHERE key='fileGeojson'");