Skip to content

Commit

Permalink
Add config.inc.php.sample in data directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwnyc committed Jun 19, 2013
1 parent 0e6368e commit 6a5a667
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions data/config.inc.php.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

// database host
$db_host = 'localhost';



// database username
$db_user = '';


// database password
$db_pass = '';
// database name
$db_name = '';

?>

0 comments on commit 6a5a667

Please sign in to comment.