Ver código fonte

db connection file

devel
Rick Payton 7 anos atrás
pai
commit
aeb9d40200
1 arquivos alterados com 6 adições e 0 exclusões
  1. +6
    -0
      connection.php-sample

+ 6
- 0
connection.php-sample Ver arquivo

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

Carregando…
Cancelar
Salvar