diff --git a/mysql_credentials.php.sample b/mysql_credentials.php.sample new file mode 100644 index 0000000..a88b072 --- /dev/null +++ b/mysql_credentials.php.sample @@ -0,0 +1,8 @@ + "localhost", + "username" => "username_goes_here", + "password" => "password_goes_here", + "database" => "database_name_goes_here" +); +?>