updated connection for fonts
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
header("Content-type: text/css; charset: UTF-8");
|
||||
// database connection
|
||||
$host = "localhost";
|
||||
$username = "root";
|
||||
$password = "";
|
||||
$db = "custom_design";
|
||||
|
||||
$host = '34.122.115.171';
|
||||
$username = 'root';
|
||||
$password = 'P@$$w0rd123';
|
||||
$db = 'merchbay_laravel';
|
||||
// database connection
|
||||
|
||||
try{
|
||||
|
||||
$conn = new PDO("mysql:host=$host;dbname=$db",$username,$password);
|
||||
|
||||
Reference in New Issue
Block a user