Initial Commit

This commit is contained in:
2022-09-16 22:29:37 +02:00
commit 72c38aee2b
24 changed files with 8695 additions and 0 deletions

8
config/config.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
$servername = 'localhost';
$username = 'wishlist';
$db = 'wishlist';
$password = 'R!6CIb-KxM96EC]6';
?>