Allow usage in a subdir of a host.
[phorkie.git] / www / fork-remote.php
index 5d4a4ee23329c78685936412c0e864dd4e85ebf0..f34a232ce8a5a0ec53ade08683b91c9d950edb16 100644 (file)
@@ -19,7 +19,7 @@ if (isset($_POST['remote_url'])) {
         }
         $forker = new Forker();
         $new    = $forker->forkRemote($gitUrl, $fr->getUrl());
-        redirect($new->getLink('display'));
+        redirect($new->getLink('display', null, true));
     } else {
         //multiple urls found
         $urls = $fr->getGitUrls();