File "configuration.php"
Full path: /home/julaysp1/public_html/admin/order/includes/configuration.php
File
size: 243 B (243 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
$servername = "localhost";
$username = "vipsolut_card";
$password = "pW15tv]N{8Yi";
$dbname = "vipsolut_card";
//Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
mysqli_set_charset($conn, "utf8mb4");
?>