getting database configuration into an external file
This commit is contained in:
8
dbconf.php.sample.php
Normal file
8
dbconf.php.sample.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return array (
|
||||
'servername' => 'localhost',
|
||||
'username' => 'username',
|
||||
'password' => 'password',
|
||||
'dbname' => 'database'
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user