Commit 0c10b0e9 authored by Maneesha Fernando's avatar Maneesha Fernando Committed by GitHub

Delete config.php

parent 522d2641
<?php
$currency = '₹';
$db_username = 'root';
$db_password = '';
$db_name = 'bolt';
$db_host = 'localhost';
$mysqli = new mysqli($db_host, $db_username, $db_password,$db_name);
?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment