Add List Functions working and changed image-URL

This commit is contained in:
2022-11-25 01:50:02 +01:00
parent 48d3433416
commit 4f8b1d07bc
5 changed files with 116 additions and 15 deletions

View File

@@ -4,5 +4,6 @@ $servername = 'localhost';
$username = 'wishlist';
$db = 'wishlist';
$password = 'R!6CIb-KxM96EC]6';
$imagedir = 'data/images';
?>