updated connection for fonts
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
header("Content-type: text/css; charset: UTF-8");
|
header("Content-type: text/css; charset: UTF-8");
|
||||||
// database connection
|
// database connection
|
||||||
$host = "localhost";
|
$host = '34.122.115.171';
|
||||||
$username = "root";
|
$username = 'root';
|
||||||
$password = "";
|
$password = 'P@$$w0rd123';
|
||||||
$db = "custom_design";
|
$db = 'merchbay_laravel';
|
||||||
|
|
||||||
// database connection
|
// database connection
|
||||||
|
|
||||||
try{
|
try{
|
||||||
|
|
||||||
$conn = new PDO("mysql:host=$host;dbname=$db",$username,$password);
|
$conn = new PDO("mysql:host=$host;dbname=$db",$username,$password);
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<ul class="nav navbar-nav navbar-right navbar-nav-custom">
|
<ul class="nav navbar-nav navbar-right navbar-nav-custom">
|
||||||
<li style="font-size: 14px;">
|
<li style="font-size: 14px;">
|
||||||
|
|
||||||
<a href="{{ url('teamstore') }}"><span style="text-transform:uppercase;">Team Store</span></a>
|
<a href="{{ url('/') }}"><span style="text-transform:uppercase;">Stores</span></a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li style="font-size: 14px;">
|
<li style="font-size: 14px;">
|
||||||
|
|||||||
Reference in New Issue
Block a user