9 lines
140 B
PHP
9 lines
140 B
PHP
<?php
|
|
|
|
$servername = 'localhost';
|
|
$username = 'wishlist';
|
|
$db = 'wishlist';
|
|
$password = 'yourcooldbpasshere';
|
|
$imagedir = 'data/images';
|
|
|
|
?>
|