diff --git a/app/pathfinder.ini b/app/pathfinder.ini
index 7a528b01..94ae8fcf 100644
--- a/app/pathfinder.ini
+++ b/app/pathfinder.ini
@@ -1,7 +1,7 @@
[PATHFINDER]
NAME = "PATHFINDER"
; installed version (used for CSS/JS cache busting)
-VERSION = "v0.0.3"
+VERSION = "v0.0.4"
; contact information (DO NOT CHANGE)
CONTACT = "https://github.com/exodus4d"
; source code (DO NOT CHANGE)
@@ -31,12 +31,15 @@ URL = http://localhost/exodus4d/pathfinder
; Verbosity level of the stack trace
DEBUG = 3
-; main db
+; js path -> use raw files
PATH_JS = "js"
+
+; main db
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_test
@@ -52,12 +55,15 @@ URL = https://www.pathfinder.exodus4d.de
; Verbosity level of the stack trace
DEBUG = 0
-; main db
+; js path -> use build files
PATH_JS = "build_js"
+
+; main db
DB_DNS = mysql:host=localhost;port=3306;dbname=
DB_NAME = d01d8636
DB_USER = d01d8636
DB_PASS = bQ9VAd6fE86sVs4s
+
; EVE-Online CCP Database export
DB_CCP_DNS = mysql:host=localhost;port=3306;dbname=
DB_CCP_NAME = d01f20be
diff --git a/index.php b/index.php
index 59f08d6c..00c9e408 100644
--- a/index.php
+++ b/index.php
@@ -20,6 +20,9 @@ $f3->set('BASE', \Controller\Controller::getEnvironmentData('BASE'));
// set debug level (stacktrace)
$f3->set('DEBUG', \Controller\Controller::getEnvironmentData('DEBUG'));
+// set debug level (stacktrace)
+$f3->set('URL', \Controller\Controller::getEnvironmentData('URL'));
+
// initiate cron-jobs
Cron::instance();
diff --git a/public/img/logo.png b/public/img/logo.png
new file mode 100644
index 00000000..948a5572
Binary files /dev/null and b/public/img/logo.png differ
diff --git a/public/templates/view/index.html b/public/templates/view/index.html
index 4816d8cc..0fce9a5b 100644
--- a/public/templates/view/index.html
+++ b/public/templates/view/index.html
@@ -27,7 +27,8 @@
-
+
@@ -35,8 +36,8 @@
-
-
+
+