diff options
| author | moehm | 2014-12-07 00:26:33 +0100 |
|---|---|---|
| committer | moehm | 2014-12-07 00:26:33 +0100 |
| commit | 60070877e8e0d862bf342b5c83fd011819ebcdea (patch) | |
| tree | e3504739a60d76ebb714106a70ad5ec2b58082dd /index.php | |
| parent | 1ffa65c88b570aca2b5d3b9b7202e30beeee2fe7 (diff) | |
| download | tools.iamfabulous.de-60070877e8e0d862bf342b5c83fd011819ebcdea.tar.gz | |
Fixed changed json code.
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"); ?> |
