summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2018-04-20 23:44:59 +0000
committerChristoph Brill <egore911@gmail.com>2018-04-20 23:44:59 +0000
commit44b3c221434c65861fcea0eda092b6b9f924240e (patch)
tree33c9c2facddcd5228d93ea8002510e2868a84a08 /index.php
parent1f80dcfc89cceb2f8a965adb026067d453aa13f1 (diff)
Drop Google Analytics
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.php b/index.php
index 17478d9..3002c0f 100755
--- a/index.php
+++ b/index.php
@@ -80,10 +80,6 @@ a.inherit:hover { text-decoration: none; }
div.container-fluid span a { overflow-wrap: break-word; }
</style>'.PHP_EOL;
-if (!isset($_SERVER['HTTP_DNT']) || $_SERVER['HTTP_DNT'] != 1) {
- include_once "analyticstracking.php";
-}
-
if (isset($date)) {
echo ' <script type="text/javascript" src="js/core-min.js"></script>
<script type="text/javascript" src="js/sha1-min.js"></script>