From 8900e0a970bb720bfd2e66ba7b77d1c55c97b696 Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Tue, 8 Sep 2020 11:45:55 +0200 Subject: [PATCH] Simple URLs: Fix name link --- inc/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/settings.php b/inc/settings.php index dd6d9f3..dda108a 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -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 = "";