mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Simple URLs: Fix name link
This commit is contained in:
parent
3a2e1ed25e
commit
8900e0a970
@ -145,7 +145,7 @@ class Settings {
|
||||
}
|
||||
|
||||
if ($this->simple_urls && $this->name_link === "index.php") {
|
||||
$this->name_link = "index/";
|
||||
$this->name_link = "../index/";
|
||||
}
|
||||
|
||||
$this->active_query = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user