diff options
| author | Colin Guthrie <colin.guthrie@tribalogic.net> | 2013-04-19 13:28:19 +0100 |
|---|---|---|
| committer | Colin Guthrie <colin.guthrie@tribalogic.net> | 2013-04-21 19:57:43 +0100 |
| commit | 20ca4e9e509a111f8de0069feeac54e3b31098ee (patch) | |
| tree | cd1a27410c2fc470d270cf79cab021781d1931aa /www/fork.php | |
| parent | ba158e3ed03dec10e6654b0b0dd3710504bdf04d (diff) | |
| download | phorkie-20ca4e9e509a111f8de0069feeac54e3b31098ee.tar.gz phorkie-20ca4e9e509a111f8de0069feeac54e3b31098ee.zip | |
Allow usage in a subdir of a host.
Diffstat (limited to 'www/fork.php')
| -rw-r--r-- | www/fork.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fork.php b/www/fork.php index d8a24a2..352f8bc 100644 --- a/www/fork.php +++ b/www/fork.php @@ -17,5 +17,5 @@ $forker = new Forker(); $new = $forker->forkLocal($repo); //FIXME: where to put fork source link? -redirect($new->getLink('display')); +redirect($new->getLink('display', null, true)); ?> |
