removing .php from the .sample file

This commit is contained in:
2018-11-29 19:11:35 -05:00
parent 3be3ca40df
commit 3f748fc1dc

8
dbconf.php.sample Normal file
View File

@@ -0,0 +1,8 @@
<?php
return array (
'servername' => 'localhost',
'username' => 'username',
'password' => 'password',
'dbname' => 'database'
);
?>