Don't redirect to REQUEST_URI when browsing to index.php

Instead, we can make sure everything works correctly on index.php
This commit is contained in:
Pierre Rudloff 2022-02-20 13:28:57 +01:00
parent cf82f1cc8f
commit bc14b6e45c
3 changed files with 22 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<h1 class="logobis">
<a class="logocompatible" href="{base_url}">
<a class="logocompatible" href="{path_for name="index"}">
<span class="logocompatiblemask"><img src="{base_url}/img/logocompatiblemask.png" width="447" height="107"
alt="{$config->appName}"/></span>
</a></h1>