Set name_link to index.php by default, add example

This commit is contained in:
ruan 2018-04-19 12:38:35 +02:00
parent ded88338f8
commit f276e9df34
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -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;