summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormoehm2014-12-07 00:26:33 +0100
committermoehm2014-12-07 00:26:33 +0100
commit60070877e8e0d862bf342b5c83fd011819ebcdea (patch)
treee3504739a60d76ebb714106a70ad5ec2b58082dd /index.php
parent1ffa65c88b570aca2b5d3b9b7202e30beeee2fe7 (diff)
downloadtools.iamfabulous.de-60070877e8e0d862bf342b5c83fd011819ebcdea.tar.gz
Fixed changed json code.
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.php b/index.php
index c190d2e..a9a9435 100644
--- a/index.php
+++ b/index.php
@@ -1,3 +1,6 @@
+<?php
+ require './tools/config.php';
+?>
<!doctype html>
<html>
<head>
@@ -10,7 +13,7 @@
<noscript><style>.navbar{margin-bottom:0;}</style></noscript>
<title>Tools | iamfabulous.de</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'>
+ <link rel='shortcut icon' href='<?php echo __domain_; ?>/tools/favicon.ico' type='image/x-icon'>
</head>
<body>
<?php require("./tools/navbar.php"); ?>