diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-07-04 08:28:22 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-07-04 08:28:22 +0200 |
| commit | 43b23197ffc3e1d08a1e08b09dbb31f06692d7ff (patch) | |
| tree | 9451bb6d3e84ee486060bd9760e0602ae0409c99 /www/help.php | |
| parent | 7a46f728adc38e3507f83015354cfbdd2de7969e (diff) | |
| download | phorkie-43b23197ffc3e1d08a1e08b09dbb31f06692d7ff.tar.gz phorkie-43b23197ffc3e1d08a1e08b09dbb31f06692d7ff.zip | |
warn about remote fork config in setup and help
Diffstat (limited to 'www/help.php')
| -rw-r--r-- | www/help.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/help.php b/www/help.php index fe56c22..8ccdd69 100644 --- a/www/help.php +++ b/www/help.php @@ -10,6 +10,7 @@ render( 'help', array( 'htmlhelper' => new HtmlHelper(), + 'publicGitUrl' => @$GLOBALS['phorkie']['cfg']['git']['public'], ) ); ?> |
