Kaynağa Gözat

db connection file

devel
Rick Payton 7 yıl önce
ebeveyn
işleme
aeb9d40200
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. +6
    -0
      connection.php-sample

+ 6
- 0
connection.php-sample Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet