small Bugfixes

youtube verification code
This commit is contained in:
Exodus4D
2016-01-15 17:10:31 +01:00
parent 0fa7210810
commit e7031f8192
3 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>