mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 03:29:35 +05:30
(refactor): secured database credentials from public access
This commit is contained in:
7
db_info.php
Normal file
7
db_info.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
//Database info - (for loclhost)
|
||||
$hostname = "localhost";
|
||||
$username = "root";
|
||||
$password = "";
|
||||
$database = "neosubhamoy";
|
||||
?>
|
||||
Reference in New Issue
Block a user