File "config.php"

Full Path: /home/custbahd/tourismfraternity.com/admin/counter/db/config.php
File size: 302 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
  $hostname = "localhost";
  $username = "custbahd_customassistname";
  $password = "Rwatangabo1son";
  $dbname = "custbahd_tourism";

  $conn = mysqli_connect($hostname, $username, $password, $dbname);
  if(!$conn){
    echo "Database connection error".mysqli_connect_error();
  }
?>