diff --git a/inc/settings.php b/inc/settings.php index a5f8626..6530d46 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -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") {