Simple URLs: Fix name link

This commit is contained in:
ruan 2020-09-08 11:45:55 +02:00
parent 3a2e1ed25e
commit 8900e0a970

View File

@ -145,7 +145,7 @@ class Settings {
} }
if ($this->simple_urls && $this->name_link === "index.php") { if ($this->simple_urls && $this->name_link === "index.php") {
$this->name_link = "index/"; $this->name_link = "../index/";
} }
$this->active_query = ""; $this->active_query = "";