Fix header link in subdir installations

Now this does link to PrivateBin and not to the top-root (file) of the webserver
This commit is contained in:
rugk
2016-08-20 18:53:07 +02:00
parent f82533f479
commit d7896fbd95
6 changed files with 62 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ endif;
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="reloadlink navbar-brand" href="/">
<a class="reloadlink navbar-brand" href="">
<img alt="<?php echo I18n::_('PrivateBin'); ?>" src="img/icon.svg" width="45" />
</a>
</div>