Explorar el Código

db connection file

devel
Rick Payton hace 7 años
padre
commit
aeb9d40200
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      connection.php-sample

+ 6
- 0
connection.php-sample Ver fichero

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

Cargando…
Cancelar
Guardar