From 45b2aac9e7ce95d6a8c318c9133f0f36e113409b Mon Sep 17 00:00:00 2001
From: Jonas Leder <git@jonasled.de>
Date: Wed, 21 Jul 2021 17:05:59 +0200
Subject: [PATCH] remove link to tracking

---
 public/API/lib/config.example.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/public/API/lib/config.example.php b/public/API/lib/config.example.php
index c9ff187..95c3123 100644
--- a/public/API/lib/config.example.php
+++ b/public/API/lib/config.example.php
@@ -13,8 +13,6 @@ $secretkey = "0x0000000000000000000000000000000000000000";
 $footerMaxPost = 5;
 $homeMaxPost = 3;
 
-$trackURL = "";
-
 $S3Server = "";
 $S3AccessKey = "";
 $S3SecretKey = "";
-- 
GitLab