File "config.php"
Full path: /home/humancap/cl.humancap.com.my/assessment/include/config.php
File
size: 156 B B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
// Database connection parameters
$host = "localhost";
$username = "humancap_cruddbuser";
$password = "hOK7pip1C0";
$database = "humancap_cruddb";
?>