From 2632ceb2bedf84a5efa055ed2a789f2b147244c2 Mon Sep 17 00:00:00 2001 From: NuxRo Date: Fri, 29 Apr 2016 12:46:24 +0100 Subject: [PATCH] Self-host the logo rather than include it from the developer's site Self-host the logo rather than include it from the developer's site, as it can be used for tracking purposes. --- includes/config.inc.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.inc.php-dist b/includes/config.inc.php-dist index a70ffdd..093d9b0 100644 --- a/includes/config.inc.php-dist +++ b/includes/config.inc.php-dist @@ -58,4 +58,4 @@ $defaults['disabled'] = false; # Default disabled state ## UI Options $menutype = 'horizontal'; # horizontal|vertical - use a horizontal or vertical menu -$logo = 'https://www.tuxis.nl/uploads/images/nsedit.png'; +$logo = 'img/nsedit.png';