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