File "config.php"

Full Path: /home/humancap/cl.humancap.com.my/assessment/include/config.php
File size: 156 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
// Database connection parameters
$host = "localhost";
$username = "humancap_cruddbuser";
$password = "hOK7pip1C0";
$database = "humancap_cruddb";

?>