<?php
//Constants file
//This is where we keep our constants, so we don't need to unnecessarily duplicate data

define('DB_USERNAME''your_database_username_here');
define('DB_PASSWORD''your_database_password_here');