Make uimport URL work for Sites with subfolder

BUGFIX: If you have a site like http://exmaple.com/friendica you will get a wrong url
This commit is contained in:
Sven Anders 2014-05-06 14:15:15 +02:00
parent 4dbfae7883
commit 0dac5bf804
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<h3>{{$importh}}</h3>
<div id ="import-profile">
<a href="/uimport">{{$importt}}</a>
<a href="uimport">{{$importt}}</a>
</div>
</form>