mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 23:37:32 +00:00
Fix up default index link if simple_urls is enabled
This commit is contained in:
parent
4443721716
commit
e7598dee7e
@ -138,6 +138,10 @@ final class Settings {
|
||||
ini_set("display_errors", 1);
|
||||
}
|
||||
|
||||
if ($this->simple_urls && $this->name_link === "index.php") {
|
||||
$this->name_link = "index/";
|
||||
}
|
||||
|
||||
$this->active_query = "";
|
||||
|
||||
if ($this->driver === "pgsql") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user