aboutsummaryrefslogtreecommitdiff
path: root/www/help.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-07-04 08:28:22 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-07-04 08:28:22 +0200
commit43b23197ffc3e1d08a1e08b09dbb31f06692d7ff (patch)
tree9451bb6d3e84ee486060bd9760e0602ae0409c99 /www/help.php
parent7a46f728adc38e3507f83015354cfbdd2de7969e (diff)
downloadphorkie-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.php1
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'],
)
);
?>