Parcourir la source

db connection file

devel
Rick Payton il y a 7 ans
Parent
révision
aeb9d40200
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      connection.php-sample

+ 6
- 0
connection.php-sample Voir le fichier

@@ -0,0 +1,6 @@
<?php
define ("DATABASE_HOST", "localhost");
define ("DATABASE_USER", "not-root");
define ("DATABASE_PASS", "strong-password-here");
define ("DATABASE_NAME", "gwstatstracker");
?>

Chargement…
Annuler
Enregistrer