Kleinere Verbesserungen

This commit is contained in:
aschwarz
2023-04-18 11:41:56 +02:00
parent c4505e1b4d
commit ee6846e9be
7 changed files with 192 additions and 5 deletions

View File

@ -1,5 +1,7 @@
<?php
require_once("../config.inc.php");
require_once("../config/datenbankanbindung.php");
$db = dbconnect();
$function = $_POST['function'];
if ($function == 'membersave') {