Add sample mysql_credentials.php
This commit is contained in:
8
mysql_credentials.php.sample
Normal file
8
mysql_credentials.php.sample
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
return array(
|
||||||
|
"servername" => "localhost",
|
||||||
|
"username" => "username_goes_here",
|
||||||
|
"password" => "password_goes_here",
|
||||||
|
"database" => "database_name_goes_here"
|
||||||
|
);
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user