This website works better with JavaScript.
Home
Explore
Help
Sign In
mauirixxx
/
gwst
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
db connection file
devel
Rick Payton
7 years ago
parent
1be3f6c1b0
commit
aeb9d40200
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
connection.php-sample
+ 6
- 0
connection.php-sample
View File
@@ -0,0 +1,6 @@
<?php
define ("DATABASE_HOST", "localhost");
define ("DATABASE_USER", "not-root");
define ("DATABASE_PASS", "strong-password-here");
define ("DATABASE_NAME", "gwstatstracker");
?>
Write
Preview
Loading…
Cancel
Save