<?php
/*should be placed outside of document root*/$domain_name="localhost";$database_name="adam";$database_username="adam";$database_password="asdfd";$database_location="127.0.0.1";$password_hash_algo=PASSWORD_BCRYPT;$has_email_verification=false;
?>