From f276e9df34214e39d8ea7cecb46c0e78482dbfa6 Mon Sep 17 00:00:00 2001 From: ruan Date: Thu, 19 Apr 2018 12:38:35 +0200 Subject: [PATCH] Set name_link to index.php by default, add example --- inc/settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/settings.php b/inc/settings.php index 49a00b9..8cdf599 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -26,7 +26,8 @@ final class Settings { $this->name = 'LiteBans'; // Clicking on the header name will send you to this address. - $this->name_link = '#'; + // $this->name_link = 'https://example.com'; + $this->name_link = 'index.php'; // Show server scope column? $this->show_server_scope = true;