small Bugfixes
youtube verification code
This commit is contained in:
@@ -18,17 +18,20 @@ DB_DNS = mysql:host=localhost;port=3306;dbname=
|
||||
DB_NAME = pathfinder
|
||||
DB_USER = root
|
||||
DB_PASS =
|
||||
|
||||
; EVE-Online CCP Database export
|
||||
DB_CCP_DNS = mysql:host=localhost;port=3306;dbname=
|
||||
DB_CCP_NAME = eve_parallax_min
|
||||
DB_CCP_USER = root
|
||||
DB_CCP_PASS =
|
||||
|
||||
; SMTP settings
|
||||
SMTP_HOST = localhost
|
||||
SMTP_PORT = 25
|
||||
SMTP_SCHEME = ""
|
||||
SMTP_USER = pathfinder
|
||||
SMTP_PASS = root
|
||||
|
||||
SMTP_FROM = pathfinder@localhost.com
|
||||
SMTP_ERROR = pathfinder@localhost.com
|
||||
|
||||
|
||||
@@ -49,6 +49,9 @@
|
||||
{* iOS Safari *}
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#2b2b2b">
|
||||
|
||||
{* Youtube verification code *}
|
||||
<meta name="google-site-verification" content="sHoh0gfMw3x1wiwLTK5OsKsxt7kRgxi69hRgWEGh9DQ" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/public/css/pathfinder.css?{{ @PATHFINDER.VERSION }}">
|
||||
|
||||
</head>
|
||||
|
||||
@@ -484,7 +484,7 @@
|
||||
</td>
|
||||
<td></td>
|
||||
<td class="text-center">
|
||||
<check if="{{ @tableData.statusCheckCount == 0 }}">
|
||||
<check if="{{ @tableData.statusCheckCount == 0 && @tableData.exists }}">
|
||||
<true>
|
||||
<i class="fa fa-lg fa-fw fa-check txt-color txt-color-success"></i>
|
||||
</true>
|
||||
|
||||
Reference in New Issue
Block a user