mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Set name_link to index.php by default, add example
This commit is contained in:
parent
ded88338f8
commit
f276e9df34
@ -26,7 +26,8 @@ final class Settings {
|
|||||||
$this->name = 'LiteBans';
|
$this->name = 'LiteBans';
|
||||||
|
|
||||||
// Clicking on the header name will send you to this address.
|
// 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?
|
// Show server scope column?
|
||||||
$this->show_server_scope = true;
|
$this->show_server_scope = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user