File "database.php"
Full Path: /home/krishnamexports/public_html/config/database.php
File size: 334 bytes
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
<?php
include("function.php");
global $cn;
$cn = mysqli_connect("localhost","krishnamexports_dbu","DevDF45$%^&@","krishnamexports_db");
if (!$cn)
{
die ("connection failed:" .mysqli_connect_error());
}
define('DEFAULT_URL','https://www.krishnamexports.com/');
define('DEFAULT_URL_ADMIN','https://www.krishnamexports.com/admin/');
?>