Zeeth-Naaw-Bot/mysql_credentials.php.sample

9 lines
175 B
Plaintext

<?php
return array(
"servername" => "localhost",
"username" => "username_goes_here",
"password" => "password_goes_here",
"database" => "database_name_goes_here"
);
?>