9 lines
138 B
PHP
9 lines
138 B
PHP
<?php
|
|
|
|
$servername = 'localhost';
|
|
$username = 'wishlist';
|
|
$db = 'wishlist';
|
|
$password = 'R!6CIb-KxM96EC]6';
|
|
$imagedir = 'data/images';
|
|
|
|
?>
|