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);
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<ul class="nav navbar-nav navbar-right navbar-nav-custom">
|
||||
<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 style="font-size: 14px;">
|
||||
|
||||
Reference in New Issue
Block a user