mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-10 07:47:34 +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);
|
ini_set("display_errors", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->simple_urls && $this->name_link === "index.php") {
|
||||||
|
$this->name_link = "index/";
|
||||||
|
}
|
||||||
|
|
||||||
$this->active_query = "";
|
$this->active_query = "";
|
||||||
|
|
||||||
if ($this->driver === "pgsql") {
|
if ($this->driver === "pgsql") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user