diff --git a/.gitignore b/.gitignore index 6320cd2..0ed3e92 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -data \ No newline at end of file +dataconfig/config.php +config/config.php diff --git a/config/config.php b/config/config.sample.php similarity index 74% rename from config/config.php rename to config/config.sample.php index a659a69..6cefe3f 100644 --- a/config/config.php +++ b/config/config.sample.php @@ -3,7 +3,7 @@ $servername = 'localhost'; $username = 'wishlist'; $db = 'wishlist'; -$password = 'R!6CIb-KxM96EC]6'; +$password = 'yourcooldbpasshere'; $imagedir = 'data/images'; ?> \ No newline at end of file